chore: go back
This commit is contained in:
parent
b2bb3590ab
commit
22fd3850ef
5 changed files with 10 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Reference in a new issue