gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: stylize the navbar darke


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: stylize the navbar darker, make it easier to read.
Date: Wed, 04 Sep 2019 19:26:37 +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 167b181  stylize the navbar darker, make it easier to read.
167b181 is described below

commit 167b1813cd4ac8b204fe4ed85bb0271251548038
Author: ng0 <address@hidden>
AuthorDate: Wed Sep 4 17:26:00 2019 +0000

    stylize the navbar darker, make it easier to read.
---
 styles.css | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/styles.css b/styles.css
index a2981c4..2307a5f 100644
--- a/styles.css
+++ b/styles.css
@@ -33,6 +33,13 @@ nav a:visited {
     text-decoration: none;
 }
 
+.navbar-light .navbar-nav .nav-link {
+    /* 0,0,0,.5 makes it problematic to read,
+       simply black is less problematic */
+    color: rgb(0, 0, 0);
+    text-decoration: underline;
+}
+
 #body_content a:hover {
   transition: background-color 0.3s;
   background-color: rgba(200, 200, 200, 0.5);
@@ -72,12 +79,12 @@ footer {
 }
 
 .btn-dark {
-  background-color: #9d9d9d; 
+  background-color: #9d9d9d;
 }
 
 
 #mybody nav {
- border-radius: 0px; 
+ border-radius: 0px;
 }
 
 footer {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]