taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 0da345ff328188cef44dfe95c7e4474191d7527f
parent d13363cb6a76964b7355312421ec2b35a7f9db86
Author: Florian Dold <florian@dold.me>
Date:   Mon, 26 Apr 2021 13:02:08 +0200

color changes requested by Leon

Diffstat:
Mtalermerchantdemos/static/demo.css | 21++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/talermerchantdemos/static/demo.css b/talermerchantdemos/static/demo.css @@ -1,5 +1,12 @@ @charset "UTF-8"; -/* style common to all demo pages */ +/* +Style common to all demo pages. + +Colors: +- #1e2739 (dark blue) +- #0042b2 (default blue) +- #3daee9 (highlight blue) +*/ .demobar h1 { text-align: center; @@ -37,7 +44,7 @@ .demobar { overflow-x: auto; - background-color: #1e2739; + background-color: #0042b2; color: white; } @@ -47,7 +54,7 @@ body { } .navcontainer { - background: #1e2739; + background: #0042b2; margin-bottom: 50px; width: 100%; color: white; @@ -63,7 +70,7 @@ body { nav { left: 1vw; position: relative; - background: #1e2739; + background: #0042b2; z-index: 10000; } @@ -76,7 +83,7 @@ nav span, text-decoration: none; display: inline-block; font-size: 16px; - background: #00000000; + background: #0042b2; height: inherit; } @@ -89,13 +96,13 @@ nav span, nav a:hover, nav span:hover, .navbtn:hover { - background: #00000022; + background: #3daee9; } nav a.active, nav span.active, .navbtn.active { - background-color: #0042b2; + background-color: #1e2739; } nav a.active:hover,