summaryrefslogtreecommitdiff
path: root/archive/index-night.css
diff options
context:
space:
mode:
Diffstat (limited to 'archive/index-night.css')
-rwxr-xr-xarchive/index-night.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/archive/index-night.css b/archive/index-night.css
new file mode 100755
index 0000000..92a408f
--- /dev/null
+++ b/archive/index-night.css
@@ -0,0 +1,9 @@
+tr#header {
+ background-color: rgba(102,102,102,0.8);
+ text-align:left;
+}
+td#lower {
+ background-color: rgba(9,9,51,0.8);
+}
+tr:nth-child(even) {background-color: rgba(48,48,102,0.8);}
+tr:nth-child(odd) {background-color: rgba(9,9,51,0.4);}