lowered thumb brightness in non-inverted mode

This commit is contained in:
Bolko Schreiber 2021-02-26 12:26:23 +01:00
parent 6a1f5fb4cd
commit 420feb3a52

View File

@ -141,7 +141,7 @@ $border-color-dark-mode: #47494f;
mix-blend-mode: normal; mix-blend-mode: normal;
border-radius: 0; border-radius: 0;
border-color: $bg-dark-mode; border-color: $bg-dark-mode;
filter: invert(10%);
&.border-right { &.border-right {
border-right: none !important; border-right: none !important;
} }