diff options
-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) |