summaryrefslogtreecommitdiff
path: root/static/default.css
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-06-04 18:29:34 -0500
committerDaniel Hader <[email protected]>2026-06-04 18:29:34 -0500
commit3ac68b8b59f150e08731a62026ce3ac825655614 (patch)
treeb493b1668721caf705aaeb7f700b14e21933ae25 /static/default.css
parent9122911ca8a8be68d30194a3765a2d4cddaff1a1 (diff)
viewing submissions logic
Diffstat (limited to 'static/default.css')
-rw-r--r--static/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/default.css b/static/default.css
index 8f24f39..b137fca 100644
--- a/static/default.css
+++ b/static/default.css
@@ -26,6 +26,10 @@ h3 {
margin-bottom: 2px;
}
+code {
+ border: 1px solid black;
+}
+
#container {
width: 640px;
margin: auto;