Toggle menu
505
2.3K
828
21.8K
Deadlock Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Color/styles.css

Template page
Revision as of 19:42, 10 September 2024 by DuskFyre (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

@media screen {

   html.skin-theme-clientpref-night div:not(.notheme) > .tmp-color,

html.skin-theme-clientpref-night p > .tmp-color, html.skin-theme-clientpref-night table:not(.notheme) .tmp-color { color: inherit !important; } }

@media screen and ( prefers-color-scheme: dark) {

   /* automatic mode */
   html.skin-theme-clientpref-os div:not(.notheme) > .tmp-color,
   html.skin-theme-clientpref-os p > .tmp-color,
   html.skin-theme-clientpref-os table:not(.notheme) .tmp-color {
     color: inherit !important;
   }

}