MediaWiki

Vector.css: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* Fix contrast for dark mode */
.skin-theme-clientpref-night .categoryBox {
  background: unset;
}
.skin-theme-clientpref-night .tcWidgetPage {
  background: unset;
  box-shadow: unset;
}

Revision as of 17:46, 15 April 2026

/* All CSS here will be loaded for users of the Vector skin */

/* Fix contrast for dark mode */
.skin-theme-clientpref-night .categoryBox {
  background: unset; 
}


.skin-theme-clientpref-night .tcWidgetPage {
  background: unset;
  box-shadow: unset;
}