From 189983f303bbe6b0e4fe8649fde29e3189a51dae Mon Sep 17 00:00:00 2001 From: Harold Groenenboom Date: Sun, 7 Nov 2021 21:13:15 +0100 Subject: [PATCH] Fixed dark theme colors not set correctly --- css/customStyle.css | 10 ++++++++++ css/darkTheme.css | 12 ++++++------ webaudio-binpanner.php | 10 +++++----- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/css/customStyle.css b/css/customStyle.css index 8962e5c..923d6ab 100644 --- a/css/customStyle.css +++ b/css/customStyle.css @@ -120,6 +120,16 @@ h5 { width: 98vh; } +.footerBackground { + position:absolute; + background-color:#d7d7d7; + height:100%; + width:100%; + top:0px; + z-index:0; + pointer-events:none; +} + .footerContainer { float: left; position: relative; diff --git a/css/darkTheme.css b/css/darkTheme.css index 70730ad..5f395e4 100644 --- a/css/darkTheme.css +++ b/css/darkTheme.css @@ -3,7 +3,11 @@ body { } button { - color: #000; + color: rgb(71, 71, 71); +} + +.footerBackground { + background-color:#282828; } .slider { @@ -26,10 +30,6 @@ svg { fill: rgb(255,255,255); } -h4 { +h1, h2, h3, h4, h5, h6 { color: #fff; } - -h5 { - color: #fff; -} \ No newline at end of file diff --git a/webaudio-binpanner.php b/webaudio-binpanner.php index c0a220c..6d7b517 100644 --- a/webaudio-binpanner.php +++ b/webaudio-binpanner.php @@ -127,18 +127,18 @@ function toggleHelp() {
- +
- - + +
@@ -171,7 +171,7 @@ function toggleHelp() {
-
+