8 lines
93 B
CSS
8 lines
93 B
CSS
html.dark {
|
|
color-scheme: dark;
|
|
}
|
|
|
|
.dark .VPContent {
|
|
/* background-color: #14161a; */
|
|
}
|