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:
/* Null out the default darkmode because it's ugly af */
/* Null out the default darkmode because it's ugly af */
.darkmode, .client-dark-mode, .client-dark-mode * {
.darkmode, .darkmode *, .client-dark-mode, .client-dark-mode * {
filter: none !important;
/*filter: none !important;
-webkit-filter: none !important;
-webkit-filter: none !important;
background-color: inherit !important;
color: inherit !important;*/
all: unset !important;
}
}

Revision as of 22:32, 17 January 2021

/* Null out the default darkmode because it's ugly af */
.darkmode, .darkmode *, .client-dark-mode, .client-dark-mode * {
  /*filter: none !important;
  -webkit-filter: none !important;
  background-color: inherit !important;
  color: inherit !important;*/
  all: unset !important;
}