(oops, i forgot this is not used anymore) |
(dark theme) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.b9s-table { | .b9s-table { | ||
text-align: center; | text-align: center; | ||
} | } | ||
.b9s-loaded { background-color: #c8ffc8 } | |||
.b9s-missing { background-color: #ffc8c8 } | |||
.b9s-corrupt { background-color: #c8c8ff } | |||
@media screen and (prefers-color-scheme: dark) { | @media screen and (prefers-color-scheme: dark) { | ||
/* only timeless has a dark theme skin right now */ | /* only timeless has a dark theme skin right now */ | ||
body.skin-timeless .b9s- | /* [[Category:Pages that ihaveahax really needs to update when more skins get a dark theme]] */ | ||
body.skin-timeless .b9s-loaded { background-color: #4b804b } | |||
body.skin-timeless .b9s-missing { background-color: #804b4b } | |||
body.skin-timeless .b9s-corrupt { background-color: #4b4b80 } | |||
} | } | ||
Revision as of 07:27, 4 July 2022
.b9s-table {
text-align: center;
}
.b9s-loaded { background-color: #c8ffc8 }
.b9s-missing { background-color: #ffc8c8 }
.b9s-corrupt { background-color: #c8c8ff }
@media screen and (prefers-color-scheme: dark) {
/* only timeless has a dark theme skin right now */
/* [[Category:Pages that ihaveahax really needs to update when more skins get a dark theme]] */
body.skin-timeless .b9s-loaded { background-color: #4b804b }
body.skin-timeless .b9s-missing { background-color: #804b4b }
body.skin-timeless .b9s-corrupt { background-color: #4b4b80 }
}