chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-09-18 14:54:56 -07:00
parent 54cc4bdc01
commit ae03a77a67
No known key found for this signature in database
13 changed files with 12 additions and 156 deletions

View file

@ -1,9 +1,3 @@
a:focus > .watching.hero::after,
a:focus-within > .watching.hero::after {
border: 0;
outline: var(--outline-default);
}
a:hover > .watching.hero::after,
a:active > .watching.hero::after {
border-color: var(--accent-color-hover);
@ -93,12 +87,6 @@ a:active > .watching.hero::after {
border-color: var(--accent-color-hover)
}
& a:focus .item::after,
& a:focus-within .item::after {
border: 0;
outline: var(--outline-default);
}
& div {
position: relative;