5e7abdfb0830d2f20bc45a577bef3024852cad28
max
  Wed Jan 11 06:16:04 2023 -0800
adding tiny CSS themes as demonstrations, got back to ticket after 10 years, thanks lou!, refs #7867

diff --git src/hg/htdocs/style/theme-dark.css src/hg/htdocs/style/theme-dark.css
new file mode 100644
index 0000000..9b02894
--- /dev/null
+++ src/hg/htdocs/style/theme-dark.css
@@ -0,0 +1,12 @@
+body.hgTracks {
+        font-family:arial, Geneva, Helvetica, san-serif; 
+        color: white;
+       background: black;
+    }
+
+td > a:link {
+        color : white;
+}
+td a {
+        color : white;
+}