MediaWiki:Common.less/elements.less: Difference between revisions

no edit summary
(Created page with "→‎=================== HTML elements ===================: :root { // todo: delete these, they're for rsw only and we already use our own colors --base-text-color: saturate( darken( @river-bed, 5% ), 5% ); --base-heading-color: @river-bed; --base-heading-border: @mystic; --mw-code-background-color: #ddd4bb; --body-background-image: url('filepath://Wiki_background.jpg'); } @base-text-color: var(--base-text-color); @base-heading-color: var(--base-heading-...")
 
No edit summary
Line 8:
--base-heading-color: @river-bed;
--base-heading-border: @mystic;
--mw-code-background-color: #ddd4bbvar(--body-light);
--body-background-image: url('filepath://Wiki_background.jpg');
}