chore: go back

This commit is contained in:
Cory Dransfeldt 2024-05-01 15:32:40 -07:00
parent b2bb3590ab
commit 22fd3850ef
No known key found for this signature in database
5 changed files with 10 additions and 10 deletions

View file

@ -283,13 +283,13 @@ a svg:focus {
stroke: var(--accent-color-hover);
}
a.view-all svg {
a.link-arrow svg {
stroke: var(--accent-color);
}
a.view-all:hover svg,
a.view-all:active svg,
a.view-all:focus svg {
a.link-arrow:hover svg,
a.link-arrow:active svg,
a.link-arrow:focus svg {
transform: rotate(0deg);
stroke: var(--accent-color-hover);
}