User:3PPYB6/dark-mode-toggle-pagestyles.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 00:58, 5 April 2022

/* These same rules should also be in [[MediaWiki:Gadget-dark-mode.css]] but with higher specificity. */
.skin-vector-legacy :not(#pt-darkmode) + #pt-watchlist::before,
.skin-monobook :not(#pt-darkmode) + #pt-watchlist::before {
	content: "Dark mode";
	visibility: hidden;
	margin-left: inherit;
}