fix: root background color

This commit is contained in:
GyDi
2022-10-11 20:49:03 +08:00
parent 41b19f69de
commit 15ff9b06a1
2 changed files with 6 additions and 1 deletions

View File

@@ -31,3 +31,9 @@ body {
@import "./layout.scss";
@import "./page.scss";
@media (prefers-color-scheme: dark) {
:root {
background-color: rgba(18, 18, 18, 1);
}
}