mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/cobalt.css: remove redundant theming
This commit is contained in:
parent
ecdae7fac9
commit
852c9aedd0
1 changed files with 0 additions and 34 deletions
|
@ -15,40 +15,6 @@
|
||||||
--gap: 0.5rem;
|
--gap: 0.5rem;
|
||||||
--gap-no-icon: 0.6rem;
|
--gap-no-icon: 0.6rem;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
:root {
|
|
||||||
--accent: rgb(225, 225, 225);
|
|
||||||
--accent-highlight: rgb(225, 225, 225, 4%);
|
|
||||||
--accent-subtext: rgb(110, 110, 110);
|
|
||||||
--accent-hover: rgb(30, 30, 30);
|
|
||||||
--accent-hover-elevated: rgb(48, 48, 48);
|
|
||||||
--accent-hover-transparent: rgba(48, 48, 48, 0.5);
|
|
||||||
--accent-button: rgb(25, 25, 25);
|
|
||||||
--accent-button-elevated: rgb(42, 42, 42);
|
|
||||||
--glass: rgba(25, 25, 25, 0.85);
|
|
||||||
--glass-lite: rgba(25, 25, 25, 0.98);
|
|
||||||
--subbackground: rgb(10, 10, 10);
|
|
||||||
--background: rgb(0, 0, 0);
|
|
||||||
--background-backdrop: rgba(0, 0, 0, 0.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (prefers-color-scheme: light) {
|
|
||||||
:root {
|
|
||||||
--accent: rgb(25, 25, 25);
|
|
||||||
--accent-highlight: rgb(25, 25, 25, 4%);
|
|
||||||
--accent-subtext: rgb(110, 110, 110);
|
|
||||||
--accent-hover: rgb(225, 225, 225);
|
|
||||||
--accent-hover-elevated: rgb(210, 210, 210);
|
|
||||||
--accent-hover-transparent: rgba(215, 215, 215, 0.5);
|
|
||||||
--accent-button: rgb(232, 232, 232);
|
|
||||||
--accent-button-elevated: rgb(215, 215, 215);
|
|
||||||
--glass: rgba(232, 232, 232, 0.85);
|
|
||||||
--glass-lite: rgba(232, 232, 232, 0.98);
|
|
||||||
--subbackground: rgb(240, 240, 240);
|
|
||||||
--background: rgb(255, 255, 255);
|
|
||||||
--background-backdrop: rgba(255, 255, 255, 0.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
[data-theme="dark"] {
|
[data-theme="dark"] {
|
||||||
--accent: rgb(225, 225, 225);
|
--accent: rgb(225, 225, 225);
|
||||||
--accent-highlight: rgb(225, 225, 225, 4%);
|
--accent-highlight: rgb(225, 225, 225, 4%);
|
||||||
|
|
Loading…
Reference in a new issue