MediaWiki:Common.css: Difference between revisions

From Zenith
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Null out the default darkmode because it's ugly af */
.darkmode {
.darkmode {
filter: none !important;
filter: none !important;
-webkit-filter: none !important;
}

* {
color: red !important;
}
}

Revision as of 22:14, 17 January 2021

/* Null out the default darkmode because it's ugly af */
.darkmode {
  filter: none !important;
  -webkit-filter: none !important;
}