From 1f2328d128a553f32a8a6018de69237c8e04e9a3 Mon Sep 17 00:00:00 2001 From: Tenari Date: Wed, 10 Aug 2022 14:40:57 -0500 Subject: [PATCH] Update style.css --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index cba8f6c..d3b2088 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,5 @@ body { - font-style: sans-serif ; + font-family: sans-serif ; background: #110000 ; color: #ccc ; }