gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] 01/04: higher contrast


From: gnunet
Subject: [taler-taler-merchant-demos] 01/04: higher contrast
Date: Wed, 19 Oct 2022 04:48:28 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository taler-merchant-demos.

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

    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 {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]