Jump to content

MediaWiki talk:Gadget-DisplayFooter.css

Page contents not supported in other languages.
Add topic
From Wikisource
Latest comment: 9 days ago by Alien333 in topic Tweak colors

Tweak colors

[edit]

{{editprotected}} Template:header/styles.css was tweaked by CanonNi recently to conform with dark mode guidelines, using the variables.

We should adapt the footer styling too, so replace:

background-color: #E6F2E6;
border: 1px solid #ACA;

by

border: 1px solid var(--border-color-success, #ACA);
background-color: var(--background-color-success-subtle, #E6F2E6);
color: var(--color-base, #202122);

Alien  3
3 3
11:15, 30 December 2024 (UTC)Reply

Done by Xover, closing request. — Alien  3
3 3
13:53, 3 January 2025 (UTC)Reply