chore: style refinements

This commit is contained in:
Cory Dransfeldt 2024-06-18 19:46:59 -07:00
parent caa3a96df2
commit 52e49baa43
No known key found for this signature in database
23 changed files with 26 additions and 23 deletions

View file

@ -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);
}
}

View file

@ -11,7 +11,6 @@
a {
color: var(--text-color);
text-decoration: underline;
}
& > svg {