began rewrite
This commit is contained in:
23
src/styles/main.scss
Normal file
23
src/styles/main.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
@import './_var.scss';
|
||||
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: $primary;
|
||||
font-family: "Satoshi-Regular", "Arial";
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: "Tanker-Regular", "Arial";
|
||||
font-size: 72px;
|
||||
}
|
||||
|
||||
.content {
|
||||
background-color: $highlight-primary;
|
||||
margin: 10vw;
|
||||
margin-right: 30vw;
|
||||
padding: 2vw;
|
||||
border-radius: 25px;
|
||||
}
|
Reference in New Issue
Block a user