From 919ef87bf6d85671d51a320577adb671e0fa6ed6 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 3 Mar 2015 01:09:43 -0700 Subject: Add external link css to links --- css/common.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'css/common.css') diff --git a/css/common.css b/css/common.css index 5fb27d7..7957538 100644 --- a/css/common.css +++ b/css/common.css @@ -14,7 +14,7 @@ /* @import url("fonts/courier-prime.css"); * ^^^^^^ for typewriter pages in Paul */ /* }}} */ -/* Body & Links {{{ */ +/* Body {{{ */ html, body { font-family: "Fira Sans", sans-serif; font-size: 12pt; @@ -41,7 +41,8 @@ tr { border-bottom: 1px solid #aaa; border-top: 1px solid #aaa; } -/* Links */ +/* }}} */ +/* Links {{{ */ a:link { color: inherit; text-decoration: underline; @@ -55,6 +56,23 @@ a:hover { a:active { text-decoration: underline; } +/* 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; +} +a.external:active { + text-decoration: underline; + text-decoration-style: double; +} /* }}} */ /* Images {{{ */ figure { -- cgit 1.4.1-21-gabe81