diff options
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css index 31c9690..8497a41 100644 --- a/style.css +++ b/style.css @@ -71,6 +71,7 @@ a:link, a:visited { color:var(--color-link); /* text-decoration:none */ + text-decoration-color:lightgrey; } a:visited { color:var(--color-link-followed) |