diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-16 13:25:02 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-16 13:25:02 +0100 |
commit | abe663807337faa717f9485b047c8f0e808f2a09 (patch) | |
tree | db969df5bf119debc9e2ba6450e3fd05c2f39b0d /web/style | |
parent | 079fec9f206751047248c8c7733d7eccbd89d94b (diff) | |
download | jellything-abe663807337faa717f9485b047c8f0e808f2a09.tar jellything-abe663807337faa717f9485b047c8f0e808f2a09.tar.bz2 jellything-abe663807337faa717f9485b047c8f0e808f2a09.tar.zst |
stats page
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/layout.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 9f63c53..29c179d 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -158,7 +158,10 @@ summary h3 { width: max(10em, 40%); } -table.border td, -table.border th { - border: 1px solid gray; +table.striped tr:nth-child(2n) { + background-color: #fff2; +} +table.striped td { + border: none; + padding: 5px; } |