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; }