link colour
This commit is contained in:
parent
7e99f7c98e
commit
935b0ec2ae
|
@ -88,7 +88,7 @@ i {
|
||||||
a {
|
a {
|
||||||
color: hsl(var(--theme-primary-text-010));
|
color: hsl(var(--theme-primary-text-010));
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
transition: text-decoration var(--layout-transition-extra-fast);
|
transition: color var(--layout-transition-extra-fast), text-decoration var(--layout-transition-extra-fast);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link,
|
a:link,
|
||||||
|
@ -102,7 +102,7 @@ a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: hsl(var(--theme-primary-text-010));
|
color: rgb(var(--theme-accent));
|
||||||
text-decoration-color: rgb(var(--theme-accent));
|
text-decoration-color: rgb(var(--theme-accent));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue