From 01e96380a4e48b5d338c71fad690382124195b17 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 8 Apr 2024 00:12:48 +0200 Subject: Initial commit --- static/style.css | 8 ++++++++ 1 file changed, 8 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..63193d7 --- /dev/null +++ b/static/style.css @@ -0,0 +1,8 @@ +body { + font-size: 16px; +} + +* { + font-family: sans-serif; +} + -- cgit