diff options
Diffstat (limited to 'www/html')
-rwxr-xr-x | www/html/style.css | 13 |
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; +} |