fixing some text and height stuff for the body tag

This commit is contained in:
Brian 2023-03-27 10:20:56 -06:00
parent 2ac78ef539
commit 8876f07ac6
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -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 {