MediaWiki

Vector-2022.css: Difference between revisions

From Redrock Wiki

Created page with "hr { clear: left; }"
 
No edit summary
Line 1: Line 1:
hr {
hr {
   clear: left;
   clear: left;
}
/* 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:48, 15 April 2026

hr {
  clear: left;
}

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


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