marc-leopold/assets/scss/_base.scss

37 lines
499 B
SCSS
Raw Normal View History

2019-01-12 16:51:12 +00:00
// * {
// outline: 1px dotted red;
// }
2019-01-03 14:06:28 +00:00
2019-01-02 21:11:40 +00:00
html {
overflow: hidden;
}
2019-01-16 21:09:55 +00:00
body {
font-family: 'Raleway', sans-serif;
font-size: 100%;
2019-01-27 15:52:30 +00:00
line-height: 1.6;
2019-01-16 21:09:55 +00:00
}
a {
font-family: 'Montserrat', sans-serif;
}
2019-01-27 15:52:30 +00:00
.content {
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
margin: 0 0 3rem;
text-transform: none;
}
h2, h3, h4, h5, h6 {
color: $color__neutral-400;
}
blockquote {
background-color: initial;
@include font-cursive();
border: 0;
}
2019-01-16 21:09:55 +00:00
}