beire-frontend/src/styles.scss
2020-10-21 22:15:34 +02:00

11 lines
277 B
SCSS

/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css2?family=Raleway&family=Reenie+Beanie&family=Staatliches&display=swap');
body {
margin:0;
padding:0;
background-color:#1c1c1c;
cursor:none;
}