Update main.scss

This commit is contained in:
Luke 2023-03-12 10:15:47 +01:00 committed by GitHub
parent 23f2f65e95
commit 13a141c1c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,6 +160,14 @@ a.icon img {
color: var(--nav-text-color);
}
img {
filter: invert(100%);
}
img.noColorChange {
filter: none;
}
#header .action-container {
&--left {
left: 25px;