mirror of
https://github.com/ellite/Wallos.git
synced 2026-06-04 06:27:42 -04:00
8 lines
210 B
CSS
8 lines
210 B
CSS
:root {
|
|
--main-color: #ffae00;
|
|
--main-color-rgb: 255, 174, 0;
|
|
--accent-color: #faea8f;
|
|
--accent-color-rgb: 250, 234, 143;
|
|
--hover-color: #cd930c;
|
|
--hover-color-rgb: 179, 124, 0;
|
|
} |