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;