summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-05-19 21:00:40 +0800
committerRunxi Yu <me@runxiyu.org>2024-05-19 21:00:40 +0800
commitf591347a8c2266ba95e11bced540ee9e201d3148 (patch)
tree5851aa8ea0788c01240e0986e850c08aa74a673a
parent41e70f76b41f9605b3d54013dafa9346d6db4c27 (diff)
downloadwww-f591347a8c2266ba95e11bced540ee9e201d3148.tar.gz
Don't de-underline links
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 696f51b..f8f1d54 100644
--- a/style.css
+++ b/style.css
@@ -70,7 +70,7 @@ html {
 a:link,
 a:visited {
   color:var(--color-link);
-  text-decoration:none
+  /* text-decoration:none */
 }
 a:visited {
   color:var(--color-link-followed)