org-theme/scss/partials/_headlines.scss

48 lines
622 B
SCSS

.title {
font-size: 175%;
margin-bottom: 1em;
font-weight: $bold;
text-align: center;
.subtitle{
font-size:80%;
}
}
h1,h2,h3,h4,h5,h6 {
font-family: $sans-serif;
}
h1{
font-size:175%;
margin-bottom: 1em;
font-weight: $bold;
text-align: center;
}
h2{
font-size:150%;
margin-bottom: 1em;
font-weight: $bold;
}
h3{
font-size:125%;
margin-bottom: 0.5em;
}
h4{
font-size:115%;
margin-bottom: 0.5em;
color:#2980B9;
font-weight: $light;
}
h5{
font-size:110%;
margin-bottom: 0.5em;
color:#2980B9;
font-weight:light;
}