MediaWiki:Gadget-brownTheme.css: Difference between revisions

Tag: New redirect
 
Tag: Removed redirect
Line 1: Line 1:
/* #REDIRECT */@import url(https://deadlock.wiki/index.php?title=MediaWiki:Gadget-brownLightTheme.css&action=raw&ctype=text/css);
: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;
}