default color-scheme is light

This commit is contained in:
sejo 2023-11-26 16:22:21 +01:00
parent 75ce2f1df2
commit b510138346
1 changed files with 0 additions and 20 deletions

View File

@ -145,26 +145,6 @@ td.num{
}
}
@media (prefers-color-scheme: light) {
a{
color: #A00C0A;
}
body{
color: #030400;
background-color: #AA7E4D;
}
main,header,footer{
background-color: #EFD7BB;
}
pre{
background-color: #36030C;
color: #EFD7BB;
}
table th {
border-bottom: 1px solid #36030C;
}
}
@media (prefers-color-scheme: dark) {
a{
color: #AA7E4D;