Improve and simplify style
This commit is contained in:
parent
61223c6e42
commit
3bd45f6917
13 changed files with 76 additions and 101 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue