8 lines
No EOL
153 B
CSS
8 lines
No EOL
153 B
CSS
:root
|
|
{
|
|
--main-bg-color: #333;
|
|
--main-fg-color: #eee;
|
|
|
|
--main-primary-color: hsl(213, 35%, 65%);
|
|
--light-primary-color: hsl(213, 35%, 45%);
|
|
} |