From eef09ccf6d4aee152cfcdda8a5288ed7f4bfb6b2 Mon Sep 17 00:00:00 2001 From: Luna Date: Mon, 15 Apr 2019 16:28:59 -0300 Subject: [PATCH] keep links as underlines (pre-hover) --- static/css/index.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index d5c4ff0..656cd68 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -16,6 +16,7 @@ h1, p { /* ok i dont have verdana lmao help */ font-family: "Verdana", sans-serif; + color: var(--text-color); font-color: var(--text-color); } @@ -52,9 +53,5 @@ aside { /* custom color for 's */ a { color: var(--link-color); - text-decoration: none; -} - -a:hover { text-decoration: underline; }