28 lines
698 B
Sass
28 lines
698 B
Sass
@import './fonts'
|
|
|
|
body
|
|
height: 100%
|
|
background-color: #111111
|
|
color: white
|
|
background-size: cover
|
|
background-position: center
|
|
background-repeat: no-repeat
|
|
height: 100vh
|
|
width: 100%
|
|
overflow: hidden
|
|
font-family: "Helvetica Regular"
|
|
padding: 0
|
|
margin: 0
|
|
background-image: url("/assets/backgrounds/SE_Desktop.png")
|
|
@media (max-width: 750px)
|
|
background-image: url("/assets/backgrounds/SE_Mobile.png")
|
|
|
|
a
|
|
text-decoration: unset
|
|
color: unset
|
|
font-family: "Helvetica Bold"
|
|
// font-kerning: 500px !important
|
|
// &
|
|
&:not(#icons > )
|
|
&:hover
|
|
border-bottom: solid 1px white
|