From ae1da77812bf44cb107241beb84b78508090ad22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sat, 30 Dec 2017 15:07:27 +0100 Subject: [PATCH] Unify link style --- src/category.css | 8 -------- style.css | 15 ++++++++------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/src/category.css b/src/category.css index 5cfb4c1a..ff922678 100644 --- a/src/category.css +++ b/src/category.css @@ -75,14 +75,6 @@ line-height: 10px; color: #7f7f7f; } -.category header > a { - text-decoration: none; - color: black; -} -.category header > a:active, -.category header > a:hover { - text-decoration: underline; -} .category header > a.reload { float: right; } diff --git a/style.css b/style.css index 0b806643..3fab58f5 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,14 @@ body { font-size: 11px; color:#333; } +a { + text-decoration: none; + color: black; +} +a:hover, +a:active { + text-decoration: underline; +} #sidebar { top: 0px; @@ -116,13 +124,6 @@ a.showDetails { #menu li { display: inline-block; } -#menu a { - text-decoration: none; - color: black; -} -#menu a:hover { - text-decoration: underline; -} #menu li::after { content: ' |'; }