[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-www] branch master updated: css: try to integrate la
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-www] branch master updated: css: try to integrate language button more into the color scheme. |
Date: |
Tue, 03 Sep 2019 19:12:33 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository www.
The following commit(s) were added to refs/heads/master by this push:
new fa0bfd5 css: try to integrate language button more into the color
scheme.
fa0bfd5 is described below
commit fa0bfd59ce8260bd8413b638e30b376c1dd175ad
Author: ng0 <address@hidden>
AuthorDate: Tue Sep 3 17:11:56 2019 +0000
css: try to integrate language button more into the color scheme.
---
styles.css | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/styles.css b/styles.css
index a2981c4..f4456cb 100644
--- a/styles.css
+++ b/styles.css
@@ -33,6 +33,10 @@ 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);
@@ -72,12 +76,14 @@ footer {
}
.btn-dark {
- background-color: #9d9d9d;
+ background-color: rgba(255, 255, 255, 0);
+ color: rgba(0, 0, 0, 0.5);
+ border-style: none;
}
#mybody nav {
- border-radius: 0px;
+ border-radius: 0px;
}
footer {
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-www] branch master updated: css: try to integrate language button more into the color scheme.,
gnunet <=