MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Created page with "→CSS placed here will be applied to all skins: #ca-talk, #ca-talk-sticky-header { display: none !important; }" |
No edit summary Tag: Reverted |
||
| Line 4: | Line 4: | ||
#ca-talk-sticky-header { | #ca-talk-sticky-header { | ||
display: none !important; | display: none !important; | ||
} | |||
:root.skin-theme-clientpref-day { | |||
/* Set hue to purple */ | |||
--color-progressive-oklch__h: 301.11; | |||
} | } | ||
Revision as of 21:56, 27 January 2026
/* CSS placed here will be applied to all skins */
#ca-talk,
#ca-talk-sticky-header {
display: none !important;
}
:root.skin-theme-clientpref-day {
/* Set hue to purple */
--color-progressive-oklch__h: 301.11;
}