From b4de4308953c027e1af43277e716dc756405c9e5 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 26 Sep 2023 13:24:19 +0200 Subject: Add modest amounts of css --- static/style.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 8721461..384388e 100644 --- a/static/style.css +++ b/static/style.css @@ -3,12 +3,17 @@ a { text-decoration: none; } -tr:hover { +tr:nth-child(odd) { background: #EEE; } -td { +th, td { vertical-align: top; + padding: 3px; +} + +table { + border-spacing: 0px; } .chars { @@ -45,6 +50,11 @@ details .chars { font-size: 3rem; } +.index_page { + max-width: 1000px; + margin: auto; +} + .about_page, .batch_page { max-width: 800px; margin: auto; -- cgit v1.2.3