diff options
author | Florrie <towerofnix@gmail.com> | 2018-09-01 07:37:44 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-09-01 07:37:44 -0300 |
commit | eb54fe93222caa912b05e75c1d29a653f1e3aa7b (patch) | |
tree | 009caf122058c4b7c9cb9ea636a79575a4f4cc1a /site/static | |
parent | b1683f11137811cb32554adca7755ea9319457d4 (diff) |
New blog post, tiny tweaks
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 { |