diff options
author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-20 10:16:30 +0200 |
---|---|---|
committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-20 10:16:30 +0200 |
commit | 97534c703f09de65c7cab6ae63aa31822da38de2 (patch) | |
tree | fa264913801177c998a9be67ee2ecc77df8b9f3e /www/html | |
parent | 4ef4f849bce17e57de859f26bd60f9f69daf8805 (diff) |
couleur table css
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; +} |