5 lines
74 B
CSS
5 lines
74 B
CSS
|
body {
|
||
|
color: var(--text);
|
||
|
background-color: var(--background);
|
||
|
}
|