MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 877: Line 877:
     }
     }


     /* stats as of — dark purple tint */
     /* stats as of — pale mauve background, bright purple text */
     table.bs-infobox th.bs-infobox-statsdate,
     table.bs-infobox th.bs-infobox-statsdate,
     table.bs-infobox td.bs-infobox-statsdate {
     table.bs-infobox td.bs-infobox-statsdate {
         background: #2a1f42 !important;
         background: #2d2040 !important;
         color: var(--bs-purple-900) !important;
         color: #C4BAFF !important;
     }
     }


} /* end @media (prefers-color-scheme: dark) */
} /* end @media (prefers-color-scheme: dark) */