chore: style refinements
This commit is contained in:
parent
caa3a96df2
commit
52e49baa43
23 changed files with 26 additions and 23 deletions
|
@ -38,6 +38,7 @@ body {
|
|||
a:focus,
|
||||
a:focus-within {
|
||||
outline: 2px dashed var(--accent-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
|
@ -134,6 +135,9 @@ a {
|
|||
}
|
||||
|
||||
&.back-link-header {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-bottom: var(--sizing-base);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
a {
|
||||
color: var(--text-color);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
& > svg {
|
||||
|
|
Reference in a new issue