Update main.scss
This commit is contained in:
parent
13a141c1c0
commit
5ca95ff6ae
1 changed files with 6 additions and 1 deletions
|
@ -49,6 +49,7 @@
|
||||||
--head-nav-text-color: #d56f2a;
|
--head-nav-text-color: #d56f2a;
|
||||||
--menu-color: #e1e1e1;
|
--menu-color: #e1e1e1;
|
||||||
--license-color: #666666;
|
--license-color: #666666;
|
||||||
|
--filter-color: invert(100%);
|
||||||
}
|
}
|
||||||
// Was entered incorrectly.. Dark = Light
|
// Was entered incorrectly.. Dark = Light
|
||||||
[data-theme="dark"] {
|
[data-theme="dark"] {
|
||||||
|
@ -70,6 +71,7 @@
|
||||||
--menu-color: #d56f2a;
|
--menu-color: #d56f2a;
|
||||||
--license-color: #666666;
|
--license-color: #666666;
|
||||||
--footer-bg-color: #202225;
|
--footer-bg-color: #202225;
|
||||||
|
--filter-color: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -161,9 +163,12 @@ a.icon img {
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
filter: invert(100%);
|
filter: var(--filter-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.logo,
|
||||||
|
a.icon img,
|
||||||
|
a.qr img,
|
||||||
img.noColorChange {
|
img.noColorChange {
|
||||||
filter: none;
|
filter: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue