From 8876f07ac6fdd64440eba25873f40cc8faf7813b Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Mon, 27 Mar 2023 10:20:56 -0600 Subject: [PATCH] fixing some text and height stuff for the body tag --- src/resources/css/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/resources/css/app.css b/src/resources/css/app.css index 6232671..4d4c8cb 100644 --- a/src/resources/css/app.css +++ b/src/resources/css/app.css @@ -27,9 +27,13 @@ @import 'components/pagination.css'; body { - min-height: 100vh; + color: hsl(240, 5.9%, 10%); + /*color: lch(8.35%, 2.25, 285.92);*/ + -webkit-font-smoothing: antialiased; + min-height: 100dvh; overflow: auto; scrollbar-gutter: stable both-edges; + text-rendering: optimizeLegibility; } html, body {