6 lines
81 B
CSS
6 lines
81 B
CSS
|
:root {
|
||
|
--background: #191919;
|
||
|
--foreground: #eceae5;
|
||
|
--accent: #88ae68;
|
||
|
}
|