MediaWiki:Gadget-brownTheme.cssGive feedback
Note: After publishing, you may need to reload with your cache disabled to see your changes.
- Windows / Linux: Press Ctrl-Shift-R
- macOS: Press ⌘-Shift-R
: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;
}