grungnet/src/index.css

12 lines
167 B
CSS
Raw Normal View History

@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Pacifico&display=swap");
#root,
body,
html {
height: 100%;
}
body {
overscroll-behavior: none;
}