Improve and simplify style

This commit is contained in:
Andras Schmelczer 2022-09-26 19:50:22 +02:00
parent 61223c6e42
commit 3bd45f6917
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
13 changed files with 76 additions and 101 deletions

View file

@ -35,6 +35,14 @@
a {
color: var(--very-light-text-color);
margin-top: var(--line-height);
:focus:not(:hover) {
outline: var(--very-light-text-color) solid var(--line-width);
}
}
a {
border-bottom: 2px solid var(--very-light-text-color);
}
@include on-small-screen {