fix: title + styles

This commit is contained in:
Cory Dransfeldt 2024-09-02 08:51:55 -07:00
parent f4530c30e2
commit ee721631b9
No known key found for this signature in database
16 changed files with 82 additions and 95 deletions

View file

@ -24,8 +24,12 @@
.menu-button-container {
display: none;
outline: none;
margin-left: var(--sizing-md);
outline: 0;
& svg {
cursor: pointer;
}
&:focus,
&:focus-within {
@ -33,10 +37,6 @@
border-radius: var(--border-radius-slight);
}
& svg {
cursor: pointer;
}
&:hover svg,
&:focus svg,
&:focus-within svg,
@ -123,7 +123,7 @@
&:focus a,
&:focus-within a {
outline: 0;
outline: none;
}
&:focus,