From abe663807337faa717f9485b047c8f0e808f2a09 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 16 Feb 2025 13:25:02 +0100 Subject: stats page --- web/style/layout.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'web/style/layout.css') 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; } -- cgit v1.2.3-70-g09d2