mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
fix(css): remove link color transition
This commit is contained in:
parent
39eb9bdfb3
commit
98c819b858
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue