summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-09-04 17:14:49 +0000
committerng0 <ng0@taler.net>2019-09-04 17:14:49 +0000
commit07d833acc446601f5f203d0326cdfd6e197d3750 (patch)
treecbb7c00aab60bf7c4e17c282044e60c75847fc05
parentfa0bfd59ce8260bd8413b638e30b376c1dd175ad (diff)
downloadwww-07d833acc446601f5f203d0326cdfd6e197d3750.tar.gz
www-07d833acc446601f5f203d0326cdfd6e197d3750.tar.bz2
www-07d833acc446601f5f203d0326cdfd6e197d3750.zip
Revert "css: try to integrate language button more into the color scheme."
This reverts commit fa0bfd59ce8260bd8413b638e30b376c1dd175ad. Usertest shows that the scheme is not really barrierearm. To leave the language selector as it was at least ensures that it is obvious and clear to be found.
-rw-r--r--styles.css10
1 files changed, 2 insertions, 8 deletions
diff --git a/styles.css b/styles.css
index f4456cb1..a2981c40 100644
--- a/styles.css
+++ b/styles.css
@@ -33,10 +33,6 @@ nav a:visited {
text-decoration: none;
}
-.dropdown-item {
- color: rgba(0, 0, 0, 0.5);
-}
-
#body_content a:hover {
transition: background-color 0.3s;
background-color: rgba(200, 200, 200, 0.5);
@@ -76,14 +72,12 @@ footer {
}
.btn-dark {
- background-color: rgba(255, 255, 255, 0);
- color: rgba(0, 0, 0, 0.5);
- border-style: none;
+ background-color: #9d9d9d;
}
#mybody nav {
- border-radius: 0px;
+ border-radius: 0px;
}
footer {