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 {