fixing some text and height stuff for the body tag
This commit is contained in:
parent
2ac78ef539
commit
8876f07ac6
@ -27,9 +27,13 @@
|
|||||||
@import 'components/pagination.css';
|
@import 'components/pagination.css';
|
||||||
|
|
||||||
body {
|
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;
|
overflow: auto;
|
||||||
scrollbar-gutter: stable both-edges;
|
scrollbar-gutter: stable both-edges;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user