diff options
Diffstat (limited to 'site/static')
-rw-r--r-- | site/static/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/static/site.css b/site/static/site.css index e2693d8..b0e5801 100644 --- a/site/static/site.css +++ b/site/static/site.css @@ -98,6 +98,10 @@ th, td { padding: 2px; } +tr:nth-child(odd) { + background-color: rgba(0, 0, 0, 0.05); +} + /* Art */ div.art-container { |