chore: styles

This commit is contained in:
Cory Dransfeldt 2024-08-14 09:52:39 -07:00
parent 51b60301d1
commit 9b702520e2
No known key found for this signature in database
42 changed files with 91 additions and 99 deletions

View file

@ -3,6 +3,10 @@
border-bottom: 0;
}
.genre-focus [data-toggle-content] p:last-of-type {
font-size: var(--font-size-sm);
}
.artist-focus {
margin-top: var(--sizing-base);
@ -72,14 +76,22 @@
& .brain {
outline: 0;
& > svg {
stroke: var(--brand-listenbrainz);
}
&:focus svg,
&:focus-within svg {
outline: var(--outline)
outline: var(--outline-default)
}
}
}
}
}
& table + p {
font-size: var(--font-size-sm);
}
}
.concert-list {