diff options
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index cd6dae2..c816257 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -339,3 +339,12 @@ body { color: green!important; font-family: -webkit-body; } + + + +.table-bordered tr:nth-child(odd){ + background: #D3D3D3; + } +.table-bordered tr:nth-child(even){ + background: #EDEDED; + } |