From 9352fd3013851aefb4e3982b16c0fea4b1dc949a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 3 Mar 2015 01:13:48 -0700 Subject: Add overline to external links --- css/common.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/css/common.css b/css/common.css index 7957538..501f22c 100644 --- a/css/common.css +++ b/css/common.css @@ -58,20 +58,15 @@ a:active { } /* External Links */ a.external:link { - color: inherit; text-decoration: underline; - text-decoration-style: double; } a.external:visited { - color: inherit; } a.external:hover { - text-decoration: underline; - text-decoration-style: double; + text-decoration: underline overline; } a.external:active { - text-decoration: underline; - text-decoration-style: double; + text-decoration: underline overline; } /* }}} */ /* Images {{{ */ -- cgit 1.4.1-21-gabe81