mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-01-03 13:18:09 +00:00
Update main.scss
This commit is contained in:
parent
23f2f65e95
commit
13a141c1c0
1 changed files with 8 additions and 0 deletions
|
@ -160,6 +160,14 @@ a.icon img {
|
||||||
color: var(--nav-text-color);
|
color: var(--nav-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
filter: invert(100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
img.noColorChange {
|
||||||
|
filter: none;
|
||||||
|
}
|
||||||
|
|
||||||
#header .action-container {
|
#header .action-container {
|
||||||
&--left {
|
&--left {
|
||||||
left: 25px;
|
left: 25px;
|
||||||
|
|
Loading…
Reference in a new issue