mirror of
https://github.com/nazoadiego/tiny-habits.git
synced 2026-07-22 13:10:29 +00:00
8 lines
148 B
CSS
8 lines
148 B
CSS
:root {
|
|
/* Colors */
|
|
--success-green: #4caf50;
|
|
--failure-red: #f44336;
|
|
--skip-blue: #64b5f6;
|
|
/* Font */
|
|
--tiny-table-font-size: 16px;
|
|
}
|