Front page
This commit is contained in:
23
src/index.scss
Normal file
23
src/index.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");
|
||||
@import "./Design.scss";
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
background-color: $bg-color;
|
||||
color: $main-color;
|
||||
font-family: "Roboto", sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
#root {
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user