MediaWiki:Common.css: Difference between revisions

From Zenith
Jump to navigation Jump to search
Content added Content deleted
(Created page with "→‎CSS placed here will be applied to all skins: .darkmode * { filter: none !important; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.darkmode * {
.darkmode {
filter: none !important;
filter: none !important;
}

* {
color: red !important;
}
}

Revision as of 22:05, 17 January 2021

/* CSS placed here will be applied to all skins */
.darkmode {
  filter: none !important;
}

* {
  color: red !important;
}