From 48c345c53a5edc6d957bed5ded75b95670d0606a Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 8 Jun 2025 16:46:38 +0200 Subject: [PATCH] Reset global css --- static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/style.css b/static/style.css index c731e2a..9821602 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,13 @@ +* { + margin: 0; + padding: 0; +} + +body { + font-family: monospace; + background: #f4f4f9; +} + .card { border: 1px solid #ccc; padding: 10px;