5 lines
81 B
CSS
5 lines
81 B
CSS
:root {
|
|
--background: #1d2021;
|
|
--foreground: #ebdbb2;
|
|
--accent: #8ec07c;
|
|
}
|