Jump to content

MediaWiki:Common.css: Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 2: Line 2:
.noautonum .tocnumber { display: none; }
.noautonum .tocnumber { display: none; }


html.skin-theme-clientpref-night img {
img {
   background-color: #ff0000;
   background-color: #ff0000;
  filter: brightness(0.8)
}
}

Revision as of 15:25, 9 July 2026

/* CSS placed here will be applied to all skins */
.noautonum .tocnumber { display: none; }

img {
  background-color: #ff0000;
}