7 lines
108 B
CSS
7 lines
108 B
CSS
|
:root{
|
||
|
--base: #181818;
|
||
|
--secondary: #ffd256;
|
||
|
--secondary: #dfdfdf;
|
||
|
|
||
|
--highlight: #90f3c8;
|
||
|
}
|