aboutsummaryrefslogtreecommitdiffstats
path: root/english/debian.css
diff options
context:
space:
mode:
authorGeorge Bateman <ghb29@cantab.ac.uk>2020-12-19 11:25:58 +0000
committerThomas Lange <lange@debian.org>2021-01-09 15:40:47 +0000
commit8349c3768be2223effa287e9f0c34fe3355cd11d (patch)
tree7e82fc908ca04cbbfff3195b3148df9e09a1b6e1 /english/debian.css
parenteb18d8ff3c4f3b9e27b1f884219c6da72f6678bd (diff)
Override default link styles in a.rss_logo
The orange color was being overridden by the default link style, and the blue underline (a::after) is not needed when there is already significant color change happening on hover.
Diffstat (limited to 'english/debian.css')
-rw-r--r--english/debian.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/english/debian.css b/english/debian.css
index 4a142c9eb91..24fa125a0d4 100644
--- a/english/debian.css
+++ b/english/debian.css
@@ -274,7 +274,7 @@ a.rss_logo {
font-size: 0.75em;
float: right;
line-height: 10px;
- color: #ffffff;
+ color: #ffffff !important;
background-color: #ff6600;
font-weight: bold;
font-family: sans-serif;
@@ -288,7 +288,7 @@ a.rss_logo {
a.rss_logo:hover {
background-color: white;
border: 1px solid #ff6600;
- color: #ff6600;
+ color: #ff6600 !important;
}
a.rss_logo.generic {
@@ -299,6 +299,10 @@ a.rss_logo.generic:hover {
background-color: #ee7700;
}
+a.rss_logo::after {
+ content: none;
+}
+
/* Secondnav */

© 2014-2024 Faster IT GmbH | imprint | privacy policy