fix: music chart title focus

This commit is contained in:
Cory Dransfeldt 2024-07-04 20:11:28 -07:00
parent 7ec6b50201
commit 3eb679d094
No known key found for this signature in database
3 changed files with 12 additions and 3 deletions

View file

@ -58,6 +58,15 @@
& .title {
font-weight: var(--font-weight-bold);
line-height: 1.5;
& a {
outline: 0;
}
&:focus,
&:focus-within {
outline: var(--outline);
}
}
& .title,