From 97534c703f09de65c7cab6ae63aa31822da38de2 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Wed, 20 May 2020 10:16:30 +0200 Subject: couleur table css --- www/html/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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; +} -- cgit v1.2.3