taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 167b1813cd4ac8b204fe4ed85bb0271251548038
parent 07d833acc446601f5f203d0326cdfd6e197d3750
Author: ng0 <ng0@taler.net>
Date:   Wed,  4 Sep 2019 17:26:00 +0000

stylize the navbar darker, make it easier to read.

Diffstat:
Mstyles.css | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git 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 {