From a71691854e4ae4c67fc04de801b06819e07d46f0 Mon Sep 17 00:00:00 2001 From: metalune Date: Wed, 24 Mar 2021 20:32:27 +0100 Subject: [PATCH] Improve style for tags --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 32bf8dd..b0ca2fe 100644 --- a/static/style.css +++ b/static/style.css @@ -1,4 +1,5 @@ body { + background-color: lightyellow; max-width: 800px; margin: 10px auto; padding-left: 5px;