mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +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 {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
transition: color 0.3s ease;
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--accent-color-darker);
|
color: var(--accent-color-darker);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue