Jump to content

Module:Infobox/styles.css: Difference between revisions

No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
 
Line 34: Line 34:


@media screen {
@media screen {
     html.skin-theme-clientpref-night .infobox-full-data:not(.notheme) > div:not(.notheme)[style] {
     skin-theme-clientpref-night .infobox-full-data:not(.notheme) > div:not(.notheme)[style] {
    background: #1f1f23 !important;
    background: #1f1f23 !important;
      /* switch with var( --color-base ) when supported. */
      /* switch with var( --color-base ) when supported. */
Line 43: Line 43:


@media screen and ( prefers-color-scheme: dark) {
@media screen and ( prefers-color-scheme: dark) {
     html.skin-theme-clientpref-os .infobox-full-data:not(.notheme) div:not(.notheme) {
     skin-theme-clientpref-os .infobox-full-data:not(.notheme) div:not(.notheme) {
       background: #1f1f23 !important;
       background: #1f1f23 !important;
       /* switch with var( --color-base ) when supported. */
       /* switch with var( --color-base ) when supported. */