diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-19 21:00:40 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-19 21:00:40 +0800 |
commit | f591347a8c2266ba95e11bced540ee9e201d3148 (patch) | |
tree | 5851aa8ea0788c01240e0986e850c08aa74a673a | |
parent | 41e70f76b41f9605b3d54013dafa9346d6db4c27 (diff) | |
download | www-f591347a8c2266ba95e11bced540ee9e201d3148.tar.gz |
Don't de-underline links
-rw-r--r-- | style.css | 2 |
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) |