修改背景样式

This commit is contained in:
TS-QD1 2023-12-20 11:50:44 +08:00
parent 29c3d1f9ca
commit e93290d720
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -5,7 +5,7 @@
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: rgba(52, 88, 140, 1);
background-color: rgba(6, 39, 88, 1);
font-synthesis: none;
text-rendering: optimizeLegibility;
@ -32,7 +32,7 @@ body {
@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: rgba(52, 88, 140, 1);
background-color: rgba(6, 39, 88, 1);
}
a:hover {
color: #747bff;