summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2024-07-06 20:16:48 -0500
committersanine <sanine.not@pm.me>2024-07-06 20:16:48 -0500
commit03528a25215330d3b00cabdb1bbe7ce701e1bfeb (patch)
treecaaed47028b8985137afdf5a9416f9e4c4de3db3 /style.css
parent0c6831d63cfb6b98107826524183d444eee2e4bd (diff)
implement level loading animation
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index fb4fec7..41f7ffd 100644
--- a/style.css
+++ b/style.css
@@ -58,6 +58,10 @@ body {
font-size: 24px;
}
+.bordered {
+ border: 2px solid white;
+}
+
h1 {
font-size: 32px;
}