chore: styles

This commit is contained in:
Cory Dransfeldt 2024-09-02 10:04:18 -07:00
parent ee721631b9
commit f0e3f15c93
No known key found for this signature in database
16 changed files with 62 additions and 54 deletions

View file

@ -1,16 +1,4 @@
.blog-roll-icons {
display: flex;
flex-direction: row;
& a {
display: flex;
align-items: center;
outline: none;
&:focus svg,
&:focus-within svg {
outline: var(--outline-default);
border-radius: var(--border-radius-slight);
}
}
}