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