MediaWiki:Gadget-brownTheme.css: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Monster Domosed moved page MediaWiki:Gadget-brownTheme.css to MediaWiki:Gadget-brownLightTheme.css Tag: New redirect |
Removed redirect to MediaWiki:Gadget-brownLightTheme.css Tag: Removed redirect |
||
| Line 1: | Line 1: | ||
:root[data-theme="brown"] { | |||
--base: #241c16; | |||
--accent: #60f8b3; | |||
--color-content-added: #009c00; | |||
--background-color-success-subtle: #003b1f; | |||
--border-color-success: #00b36b; | |||
--color-destructive: #e64835; | |||
--color-destructive-subtle: #3e0000; | |||
--background-color-error-subtle: #3e0000; | |||
--border-color-error: #e64835; | |||
--color-destructive--visited--active: #e64835; | |||
--background-color-content-removed: #ff4e4e; | |||
--background-color-warning-subtle: #3a2d10; | |||
--border-color-warning: #ab7f2a; | |||
} | |||
:root[data-theme="brown"][data-mode="light"] { | |||
--base: #f5ede0; | |||
--accent: #0a7a4b; | |||
--color-destructive-subtle: #fde8e6; | |||
--background-color-error-subtle: #fde8e6; | |||
--background-color-content-removed: #ff4e4e; | |||
} | |||
Revision as of 14:11, 15 June 2026
:root[data-theme="brown"] {
--base: #241c16;
--accent: #60f8b3;
--color-content-added: #009c00;
--background-color-success-subtle: #003b1f;
--border-color-success: #00b36b;
--color-destructive: #e64835;
--color-destructive-subtle: #3e0000;
--background-color-error-subtle: #3e0000;
--border-color-error: #e64835;
--color-destructive--visited--active: #e64835;
--background-color-content-removed: #ff4e4e;
--background-color-warning-subtle: #3a2d10;
--border-color-warning: #ab7f2a;
}
:root[data-theme="brown"][data-mode="light"] {
--base: #f5ede0;
--accent: #0a7a4b;
--color-destructive-subtle: #fde8e6;
--background-color-error-subtle: #fde8e6;
--background-color-content-removed: #ff4e4e;
}