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

Content deleted Content added
No edit summary
No edit summary
 
Line 128:
}
 
/* Dark mode fixes */
@media screen {
html.skin-theme-clientpref-night .video-game-reviews caption,
Line 148 ⟶ 149:
html.skin-theme-clientpref-night .vgr-awards td {
background: #252627;
}
}
 
@media screen and ( prefers-color-scheme: dark ) {
html.skin-theme-clientpref-os .video-game-reviews caption,
html.skin-theme-clientpref-os .vgr-edit-on-wikidata {
background: #3b3e44;
}
html.skin-theme-clientpref-os .vgr-edit-on-wikidata,
html.skin-theme-clientpref-os .video-game-reviews caption,
html.skin-theme-clientpref-os .video-game-reviews,
html.skin-theme-clientpref-os .vgr-awards td,
html.skin-theme-clientpref-os .vgr-hrow th,
html.skin-theme-clientpref-os .video-game-reviews th {
color: #d6d9dc;
}
html.skin-theme-clientpref-os .vgr-hrow th {
background: #1b223d;
}
html.skin-theme-clientpref-os .vgr-awards td {
background: #252627;
}