summaryrefslogtreecommitdiff
path: root/static/default.css
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-05-31 10:56:32 -0500
committerDaniel Hader <[email protected]>2026-05-31 10:56:32 -0500
commitfd1df05cf1cf9fdecc5b8428d6e2993e892805e9 (patch)
tree180a720fa39b3dab4525269e6c2532eede8ca4d4 /static/default.css
parentcef48be83d5e73c21e28da92ba97b8808bc3a1fe (diff)
style tweaks
Diffstat (limited to 'static/default.css')
-rw-r--r--static/default.css16
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;
}