aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-05-20 10:16:30 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-05-20 10:16:30 +0200
commit97534c703f09de65c7cab6ae63aa31822da38de2 (patch)
treefa264913801177c998a9be67ee2ecc77df8b9f3e
parent4ef4f849bce17e57de859f26bd60f9f69daf8805 (diff)
couleur table 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;
+}