summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-05-30 20:36:43 +0800
committerRunxi Yu <me@runxiyu.org>2024-05-30 20:36:43 +0800
commit2f33ce38cf0a8cdc77b7ecb6bd01c3c34022f003 (patch)
tree87cb249666964087f0a5b6766327711864efbe22
parent0f633e775ceafcf2bd4b1e0e50e9c0ae50886eaa (diff)
downloadwww-2f33ce38cf0a8cdc77b7ecb6bd01c3c34022f003.tar.gz
Make previous commit work on all links...
-rw-r--r--style.css1
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)