taler-www

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

commit fa0bfd59ce8260bd8413b638e30b376c1dd175ad
parent 154361fc92e922594f471721e9e6054abd4a39d2
Author: ng0 <ng0@taler.net>
Date:   Tue,  3 Sep 2019 17:11:56 +0000

css: try to integrate language button more into the color scheme.

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

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