修改背景样式
This commit is contained in:
parent
29c3d1f9ca
commit
e93290d720
BIN
housing.zip
BIN
housing.zip
Binary file not shown.
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background-color: rgba(52, 88, 140, 1);
|
background-color: rgba(6, 39, 88, 1);
|
||||||
|
|
||||||
font-synthesis: none;
|
font-synthesis: none;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
@ -32,7 +32,7 @@ body {
|
|||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
:root {
|
:root {
|
||||||
color: #213547;
|
color: #213547;
|
||||||
background-color: rgba(52, 88, 140, 1);
|
background-color: rgba(6, 39, 88, 1);
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #747bff;
|
color: #747bff;
|
||||||
|
Loading…
Reference in New Issue
Block a user