style: add dark theme color scheme (#7118)

hen the user's browser does not support `light-dark`, fall back to the light theme color scheme.
This commit is contained in:
qupig
2024-12-19 05:37:53 +08:00
committed by GitHub
parent db311e6ff5
commit 318c582043
5 changed files with 17 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
.error-display > .body {
color: #444;
color: light-dark(#444, #ccc);
font-size: 1.2rem;
}