From f411bc46a2e535d0404f4b50bbb5c55c1fe8eb59 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Fri, 17 Jul 2026 21:11:08 +1200 Subject: Initial commit --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/style.css (limited to 'static') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..defd54a --- /dev/null +++ b/static/style.css @@ -0,0 +1,5 @@ +body { + background: #1e1e2f; + color: #eee; + font-family: sans-serif; +} -- cgit v1.2.3