mirror of
https://github.com/ellite/Wallos.git
synced 2026-06-04 06:27:42 -04:00
8 lines
269 B
CSS
8 lines
269 B
CSS
:root {
|
|
--main-color: #6B8E23; /* Dark Olive Green */
|
|
--main-color-rgb: 107, 142, 35;
|
|
--accent-color: #9ACD32; /* Yellow-Green */
|
|
--accent-color-rgb: 154, 205, 50;
|
|
--hover-color: #556B2F; /* Olive Drab */
|
|
--hover-color-rgb: 85, 107, 47;
|
|
} |