Content deleted Content added
copied from Module:Video game reviews/styles.css |
CSS is great and not terrible Tag: Reverted |
||
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;
color: #d6d6d6;
}
}
|