Modify text decoration color
This commit is contained in:
@@ -42,6 +42,7 @@ footer {
|
|||||||
a {
|
a {
|
||||||
color: var(--color-unhovered-link);
|
color: var(--color-unhovered-link);
|
||||||
text-decoration-style: dashed;
|
text-decoration-style: dashed;
|
||||||
|
text-decoration-color: color-mix(in srgb, currentColor 80%, transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user