Files
grungnet/src/index.css

16 lines
220 B
CSS

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