beire-frontend/src/styles.scss

11 lines
277 B
SCSS
Raw Normal View History

2020-10-21 20:52:40 +02:00
/* You can add global styles to this file, and also import other style files */
2020-10-21 22:15:34 +02:00
@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;
}