summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-05-30 20:36:05 +0800
committerRunxi Yu <me@runxiyu.org>2024-05-30 20:36:05 +0800
commit0f633e775ceafcf2bd4b1e0e50e9c0ae50886eaa (patch)
tree9cd9b1faba2854867c6b9961cb2c152049febea4
parent2488094def12a1ab1f1546249e8e1a3608ecc955 (diff)
downloadwww-0f633e775ceafcf2bd4b1e0e50e9c0ae50886eaa.tar.gz
Set anchor text-decoration-color: lightgrey
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css
index 0d4cee1..31c9690 100644
--- a/style.css
+++ b/style.css
@@ -77,7 +77,8 @@ a:visited {
 }
 a:hover,
 code .token.url {
-  text-decoration:underline
+  text-decoration:underline;
+  text-decoration-color:lightgrey;
 }
 body {
   display:grid;