removed dark mode master
authorGeorgios Atheridis <georgios@atheridis.org>
Tue, 27 Dec 2022 14:12:05 +0000 (14:12 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Tue, 27 Dec 2022 14:12:05 +0000 (14:12 +0000)
style.css

index 04b8093724ba60cedebe9471a7a9ef11f789419a..1834d637095c06eb483bcb3b95f4267243795a43 100644 (file)
--- a/style.css
+++ b/style.css
@@ -75,7 +75,7 @@ table#log {
 #index tr:hover td,
 #log tr:hover td,
 #files tr:hover td {
 #index tr:hover td,
 #log tr:hover td,
 #files tr:hover td {
-       background-color: #eee;
+       background-color: #ccc;
 }
 
 #index tr td:nth-child(2),
 }
 
 #index tr td:nth-child(2),
@@ -90,7 +90,15 @@ td.num {
 }
 
 td.namespace {
 }
 
 td.namespace {
-    font-style: italic;
+       font-style: italic;
+}
+
+tbody :not(td.namespace) {
+       padding-left: 0.7em;
+}
+
+td:nth-child(1) {
+       width: 1%;
 }
 
 .desc {
 }
 
 .desc {
@@ -128,51 +136,3 @@ pre a.i:hover,
 pre a.d:hover {
        text-decoration: none;
 }
 pre a.d:hover {
        text-decoration: none;
 }
-
-@media (prefers-color-scheme: dark) {
-       body {
-               background-color: #000;
-               color: #bdbdbd;
-       }
-       hr {
-               border-color: #222;
-       }
-       a {
-               color: #56c8ff;
-       }
-       a:target {
-               background-color: #222;
-       }
-       .desc {
-               color: #aaa;
-       }
-       #blob a {
-               color: #555;
-       }
-       #blob a:target {
-               color: #eee;
-       }
-       #blob a:hover {
-               color: #56c8ff;
-       }
-       pre a.h {
-               color: #00cdcd;
-       }
-       .A,
-       span.i,
-       pre a.i {
-               color: #00cd00;
-       }
-       .D,
-       span.d,
-       pre a.d {
-               color: #cd0000;
-       }
-       #branches tr:hover td,
-       #tags tr:hover td,
-       #index tr:hover td,
-       #log tr:hover td,
-       #files tr:hover td {
-               background-color: #111;
-       }
-}