From 1a793b74403e4fcfc6c4e9c46326e9b74b2da6f3 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:43:09 -0500 Subject: [PATCH] hide revealed tags and set page up --- web/public/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/web/public/style.css b/web/public/style.css index 19f2147..3e53ef3 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -67,14 +67,17 @@ *::placeholder { color: var(--col-06); } +title, +style, +script { display: none; } +html { + background-color: var(--col-05); + height: 100dvh; +} body { height: 100dvh; - margin: 0 auto; padding: 0; - line-height: 1.5; - background-color: #808080; - color: #000; } main { height: 100dvh;