From 193e1e0e6bc4cd09c778dcbd1b91e434a728c577 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 18 Oct 2022 23:45:36 -0300 Subject: higher contrast --- talermerchantdemos/static/colors-survey.css | 6 +++--- talermerchantdemos/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 index 9377331..bb14ab8 100644 --- 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 index b55e2ec..db2a3db 100644 --- 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 { -- cgit v1.2.3