Tweak CSS variables

This commit is contained in:
Andras Schmelczer 2022-09-25 20:17:10 +02:00
parent b12be35a71
commit 6553d7ef11
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
4 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@
@include on-small-screen {
:focus:not(:hover) {
outline: var(--very-light-text-color) solid 3px !important;
outline: var(--very-light-text-color) solid var(--line-width);
}
}

View file

@ -35,7 +35,7 @@
top: 0;
&:focus:not(:hover) {
outline: var(--very-light-text-color) solid 3px !important;
outline: var(--very-light-text-color) solid var(--line-width);
}
}
}