about summary refs log tree commit diff stats
path: root/css/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/common.css')
-rw-r--r--css/common.css9
1 files 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 {
58} 58}
59/* External Links */ 59/* External Links */
60a.external:link { 60a.external:link {
61 color: inherit;
62 text-decoration: underline; 61 text-decoration: underline;
63 text-decoration-style: double;
64} 62}
65a.external:visited { 63a.external:visited {
66 color: inherit;
67} 64}
68a.external:hover { 65a.external:hover {
69 text-decoration: underline; 66 text-decoration: underline overline;
70 text-decoration-style: double;
71} 67}
72a.external:active { 68a.external:active {
73 text-decoration: underline; 69 text-decoration: underline overline;
74 text-decoration-style: double;
75} 70}
76/* }}} */ 71/* }}} */
77/* Images {{{ */ 72/* Images {{{ */