diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-30 20:36:43 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-30 20:36:43 +0800 |
commit | 2f33ce38cf0a8cdc77b7ecb6bd01c3c34022f003 (patch) | |
tree | 87cb249666964087f0a5b6766327711864efbe22 | |
parent | 0f633e775ceafcf2bd4b1e0e50e9c0ae50886eaa (diff) | |
download | www-2f33ce38cf0a8cdc77b7ecb6bd01c3c34022f003.tar.gz |
Make previous commit work on all links...
-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) |