link transition fix
This commit is contained in:
parent
272c3d1f95
commit
46ff0d4cb9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ body {
|
||||||
|
|
||||||
a:not(.button) {
|
a:not(.button) {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
transition: color .6s;
|
transition: opacity .2s;
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue