about summary refs log tree commit diff
path: root/served/styles/home.css
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-12-18 13:33:51 -0600
committergennyble <gen@nyble.dev>2024-12-18 13:33:51 -0600
commitc4e51fe2ea46c8ac7d73f6a3cd178841f0e0093f (patch)
treefa02cd18c178cc1c3635bc0e3a8b3f34d531b821 /served/styles/home.css
parentfe31f2e8b67bda0b7a3e456285047d67ceed27d9 (diff)
download∞-c4e51fe2ea46c8ac7d73f6a3cd178841f0e0093f.tar.gz
∞-c4e51fe2ea46c8ac7d73f6a3cd178841f0e0093f.zip
Mrow
Diffstat (limited to 'served/styles/home.css')
-rw-r--r--served/styles/home.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/served/styles/home.css b/served/styles/home.css
index bd23605..c67d711 100644
--- a/served/styles/home.css
+++ b/served/styles/home.css
@@ -1,3 +1,9 @@
+ul {
+	padding: 0;
+	list-style-position: inside;
+	list-style-type: decimal;
+}
+
 #hello {
 	margin: 1rem 0;
 }