From 2a9c08063a8b7d6e4413542e8d453b4e30d19df1 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 13 Mar 2015 14:29:36 -0700 Subject: Change link underline style --- css/common.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/css/common.css b/css/common.css index f1b3181..2ac70f3 100644 --- a/css/common.css +++ b/css/common.css @@ -116,29 +116,31 @@ a:link { padding-top: 1px; color: inherit; text-decoration: none; - border-bottom: 1px solid black; + border-bottom: 1px dotted #a1a3a1; } a:visited { color: inherit; } a:hover { /* text-decoration: underline; */ + border-bottom: 1px solid black; } a:active { /* text-decoration: underline; */ - border-top: 1px solid black; + border-bottom: 1px solid black; } /* External Links */ a[href^="http"]:link { text-decoration: none; - border-bottom: 1px dashed black; + border-bottom: 1px dotted #a1a3a1; } a[href^="http"]:visited { } a[href^="http"]:hover { + border-bottom: 1px dashed black; } a[href^="http"]:active { - border-top: 1px dashed black; + border-bottom: 1px dashed black; } /* links }}} */ /* IMAGES {{{ */ -- cgit 1.4.1-21-gabe81