MediaWiki:Minerva-darkmode.less: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "→‎* * compiled to [[MediaWiki:Minerva-darkmode.css]]; applied when dark mode is * toggled on via [[MediaWiki:Gadget-skinTogglesMobile.js]]: @import 'MediaWiki:Common.less/variables.less'; @import 'MediaWiki:Common.less/mixins.less'; // style browser default forms; :has() is relatively new - shouldnt pose a problem html:has(body.wgl-theme-dark) { color-scheme: dark; } body.wgl-theme-dark { color-scheme: dark; --body-background-image: url('filepath://Old_School...")
 
No edit summary
Line 13:
body.wgl-theme-dark {
color-scheme: dark;
--body-background-image: url('filepath:/images/rss/Old_School_RuneScape_Wiki_background_darkmode.jpg?width=900px');
--body-background-color: #071022;
--body-main: #172136;

Navigation menu