mirror of
https://github.com/ellite/Wallos.git
synced 2026-06-04 06:27:42 -04:00
9 lines
212 B
CSS
9 lines
212 B
CSS
:root {
|
|
--main-color: #f45a40;
|
|
--main-color-rgb: 244, 90, 64;
|
|
--accent-color: #f79988;
|
|
--accent-color-rgb: 239, 134, 116;
|
|
--hover-color: #c73f29;
|
|
--hover-color-rgb: 199, 63, 41;
|
|
}
|