diff --git a/about.html b/about.html
index 4d3d7dc..70adf1d 100644
--- a/about.html
+++ b/about.html
@@ -7,6 +7,7 @@
About - InfoTren
+
diff --git a/base.css b/base.css
index 67286f3..cf3f107 100644
--- a/base.css
+++ b/base.css
@@ -94,7 +94,7 @@ header {
}
header.embedded {
- background-color: #0000ff;
+ background-color: #0000ff !important;
color: white;
}
@@ -108,7 +108,7 @@ header.embedded {
@media (display-mode: window-controls-overlay) {
header {
- background-color: #0000ff;
+ background-color: #0000ff !important;
color: white;
}
diff --git a/base.dark.css b/base.dark.css
new file mode 100644
index 0000000..1cc9858
--- /dev/null
+++ b/base.dark.css
@@ -0,0 +1,38 @@
+@media (prefers-color-scheme: dark) {
+
+body {
+ color: white;
+ background-color: black;
+}
+
+header:not(.embedded) {
+ background-color: black;
+}
+
+footer {
+ background-color: #303030;
+}
+
+h4 {
+ color: #a0a0a0;
+ background-color: #0f0f0f;
+}
+
+p.sec, p.thi {
+ color: lightgrey;
+}
+
+li.items:not(.disabled):hover:not(:focus), a:not(.disabled):hover:not(:focus) {
+ background-color: #0000bb;
+ color: white;
+}
+
+a:not(.no-a-custom):not(.no-custom-a):not(:focus):not(:hover) {
+ color: white;
+}
+
+.back {
+ filter: invert(1);
+}
+
+}
diff --git a/index.html b/index.html
index 3cbe8db..0b3c2a3 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,7 @@
+
diff --git a/route.html b/route.html
index 9801a28..2d3141d 100644
--- a/route.html
+++ b/route.html
@@ -9,6 +9,7 @@
+
@@ -42,4 +43,4 @@