taler-merchant-demos

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

commit 193e1e0e6bc4cd09c778dcbd1b91e434a728c577
parent d46e839cb98470f1af76632018557eaff69e04b7
Author: Sebastian <sebasjm@gmail.com>
Date:   Tue, 18 Oct 2022 23:45:36 -0300

higher contrast

Diffstat:
Mtalermerchantdemos/static/colors-survey.css | 6+++---
Mtalermerchantdemos/static/demo.css | 7++++---
2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/talermerchantdemos/static/colors-survey.css b/talermerchantdemos/static/colors-survey.css @@ -5,13 +5,13 @@ nav span, .demobar, .navbtn { color: white; - background: #ffaf00; + background: #3b000f; } nav a.active, nav span.active, .navbtn.active { - background-color: #6e5e3c; + background-color: #4f0014; } nav a.active:hover, @@ -20,5 +20,5 @@ nav span.active:hover, nav a:hover, nav span:hover, .navbtn:hover { - background: #b88d31; + background: #6e001c; } diff --git a/talermerchantdemos/static/demo.css b/talermerchantdemos/static/demo.css @@ -7,14 +7,15 @@ left: -10000px; top: auto; width: 1px; - height: 1px; + height: fit-content; overflow: hidden; } .skip:focus { position: static; width: auto; - height: auto; + background: black; + padding: 5px; } .demobar h1 { @@ -27,7 +28,7 @@ .demobar a, .demobar a:visited { - color: inherit; + color: white; } .tt {