From 92150aa05e522a575b92010401b9ad3e7e53ce85 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Thu, 30 Nov 2017 19:40:06 -0500 Subject: [PATCH] Small css improvements --- sys/geekigeeki.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index 2b86d58..72f7af9 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -13,6 +13,8 @@ body { } a { color: #1010FF; } +a:link { text-decoration: none; } +a:hover { text-decoration: underline; } a:visited { color: #501080; } a.nonexistent { color: #D04040; } a.navlink, a.login { font-size: smaller; font-weight: bold; text-decoration: none; } -- 2.25.1