aboutsummaryrefslogtreecommitdiff
path: root/www/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/style.css')
-rwxr-xr-xwww/html/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/html/style.css b/www/html/style.css
index abecc86..d0d0de1 100755
--- a/www/html/style.css
+++ b/www/html/style.css
@@ -67,3 +67,16 @@ li{
color: #D42471;
cursor: pointer;
}
+
+tr:nth-child(even){
+ background-color:#333333
+}
+
+tr:nth-child(odd){
+ background-color:#0d0d0d
+}
+
+th{
+ background-color:#D42471;
+ color:#000000;
+}