Content deleted Content added
Fixes phab:T369874 via automated script |
|||
Line 10:
/* TBD in night theme */
html.skin-theme-clientpref-night .module-episode-list-row small[style] {▼
@media screen {
color: #d5d584 !important;▼
▲ html.skin-theme-clientpref-night .module-episode-list-row small[style] {
background: #333;▼
▲ color: #d5d584 !important;
padding: 8px;▼
▲ background: #333;
▲ padding: 8px;
}▼
/* disable all use of styles */▼
html.skin-theme-clientpref-night .wikiepisodetable span[style^="color"] {▼
color: inherit !important;▼
border-bottom: dotted 1px;▼
}
}
▲/* disable all use of styles */
@media screen and ( prefers-color-scheme: dark) {▼
▲html.skin-theme-clientpref-night .wikiepisodetable span[style^="color"] {
▲ color: inherit !important;
▲ border-bottom: dotted 1px;
▲}
▲@media (prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-os .module-episode-list-row small[style] {
|