From fd1df05cf1cf9fdecc5b8428d6e2993e892805e9 Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Sun, 31 May 2026 10:56:32 -0500 Subject: style tweaks --- static/default.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'static/default.css') diff --git a/static/default.css b/static/default.css index dee55d6..bdc1128 100644 --- a/static/default.css +++ b/static/default.css @@ -10,8 +10,16 @@ body { font-weight: 200; } +h1 { + margin-bottom: 4px; +} + +h2 { + margin-bottom: 4px; +} + h3 { - margin-bottom: 8px; + margin-bottom: 2px; } #container { @@ -23,16 +31,18 @@ h3 { .problem { border: 1px solid rgb(100, 100, 80); + border-radius: 10px; padding: 0 10px; margin: 8px 0; } .submission-div { - border: 1px solid black; + border: 1px solid rgb(100, 100, 80); max-height: 200px; overflow-y: scroll; background-color: rgb(200, 200, 160); margin-bottom: 16px; + margin-top: 8px; } .submission-table { @@ -41,7 +51,7 @@ h3 { } .submission-table td, .submission-table th { - border: 1px solid black; + border: 1px solid rgb(100, 100, 80); text-align: left; padding: 2px; } -- cgit v1.2.3