4 lines
46 B
CSS
4 lines
46 B
CSS
|
|
body {
|
||
|
|
background-color: var(--theme-bg);
|
||
|
|
}
|