Module:Video game reviews/sandbox/styles.css: Difference between revisions

Content deleted Content added
everyone's favorite keyword
Tag: Reverted
No edit summary
Line 59:
text-align: center;
padding: 0.2em 0.4em;
}
 
.video-game-reviews .skin-theme-clientpref-night caption {
background: #3e4142;
color: #d6d6d6;
}
 
@media (prefers-color-scheme: dark) {
.video-game-reviews .skin-theme-clientpref-os caption {
background: #3e4142 !important;
color: #d6d6d6 !important;
}
}