summaryrefslogtreecommitdiff
path: root/talermerchantdemos/static
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-10-18 23:45:36 -0300
committerSebastian <sebasjm@gmail.com>2022-10-18 23:48:19 -0300
commit193e1e0e6bc4cd09c778dcbd1b91e434a728c577 (patch)
tree8537a79ff369dd5d4b736a564fa9b9142c4b03b8 /talermerchantdemos/static
parentd46e839cb98470f1af76632018557eaff69e04b7 (diff)
downloadtaler-merchant-demos-193e1e0e6bc4cd09c778dcbd1b91e434a728c577.tar.gz
taler-merchant-demos-193e1e0e6bc4cd09c778dcbd1b91e434a728c577.tar.bz2
taler-merchant-demos-193e1e0e6bc4cd09c778dcbd1b91e434a728c577.zip
higher contrast
Diffstat (limited to 'talermerchantdemos/static')
-rw-r--r--talermerchantdemos/static/colors-survey.css6
-rw-r--r--talermerchantdemos/static/demo.css7
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 {