diff options
Diffstat (limited to 'assets/static/css/retro.css')
-rw-r--r-- | assets/static/css/retro.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/assets/static/css/retro.css b/assets/static/css/retro.css index c8f671b..ec715d1 100644 --- a/assets/static/css/retro.css +++ b/assets/static/css/retro.css @@ -204,14 +204,15 @@ blockquote { } table :is(td, th) { + width: 100%; border: 1px solid #999; padding: 0.3em; } -/* tr:nth-child(even) { - background-color: rgb(3, 192, 255); +tr:nth-child(even) { + background-color: #222; } tr:nth-child(odd) { - background-color: rgb(7, 99, 7); -} */ + background-color: #333; +} |