From 0da345ff328188cef44dfe95c7e4474191d7527f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 26 Apr 2021 13:02:08 +0200 Subject: color changes requested by Leon --- talermerchantdemos/static/demo.css | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'talermerchantdemos') diff --git a/talermerchantdemos/static/demo.css b/talermerchantdemos/static/demo.css index ce95cc9..214c3a2 100644 --- 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, -- cgit v1.2.3