fix(css): remove link color transition
This commit is contained in:
parent
39eb9bdfb3
commit
98c819b858
@ -18,7 +18,7 @@
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: var(--accent-color);
|
||||
transition: color 0.3s ease;
|
||||
|
||||
&:hover {
|
||||
color: var(--accent-color-darker);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user