espanso/_sass/_default.scss
2019-09-22 10:41:42 +02:00

32 lines
418 B
SCSS

body {
font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4 {
font-weight: 700;
}
#particles-js {
position: absolute;
width: 100%;
height: 700px;
top: 0;
z-index: -100;
}
.content {
img {
display: block;
margin: auto;
max-width: 100%;
height: auto;
}
h2, h3, h4 {
margin: 30px 0 20px 0;
}
}
.light-text {
color: $grayColor;
}