diff options
Diffstat (limited to 'static/default.css')
| -rw-r--r-- | static/default.css | 16 |
1 files changed, 13 insertions, 3 deletions
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; } |
