7 lines
165 B
CSS
7 lines
165 B
CSS
|
:root {
|
||
|
--main-color: #FFFF00;
|
||
|
--background: #202020;
|
||
|
--background-light: #404040;
|
||
|
--foreground: #FFFFFF;
|
||
|
--background-image: url("../assets/clock.png");
|
||
|
}
|