diff --git a/css/dark-mode.css b/css/dark-mode.css
index 4272c02..52fc68b 100644
--- a/css/dark-mode.css
+++ b/css/dark-mode.css
@@ -2,9 +2,11 @@
@media (prefers-color-scheme: dark) {
body {background-color: black;color: white;}
.bar-color{color:#000!important;background-color:#707070!important}
+ .bar-color h3{color: #fff;}
.w3-button{color: white}
.w3-container p{color: white}
input[type=text], select{background-color: #4c4c4c;}
input[type=text]::placeholder, select::placeholder{color: #9e9e9e;opacity: 1;}
+ input[type=text]{color: #fff;}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#37823a!important}
}
\ No newline at end of file
diff --git a/js/finalize.js b/js/finalize.js
index 16f8edd..5e58b38 100644
--- a/js/finalize.js
+++ b/js/finalize.js
@@ -19,7 +19,6 @@ function deleteCard(cardNo) {
}
function buildList() {
- console.log(document.cookie.split("; ")); //DEBUG!
var parent = document.getElementById("dynamicList");
for (var i = 0; i < getCookie("runningNo"); i++) {
@@ -30,7 +29,7 @@ function buildList() {
var header = document.createElement("header");
header.classList.add("w3-container");
- header.classList.add("w3-light-gray");
+ header.classList.add("bar-color");
var headertext = document.createElement("h3");
headertext.classList.add("w3-left");
@@ -284,11 +283,11 @@ function saveDynamicDataToFile() {
fileString += "