org-theme/scss/partials/_headlines.scss

48 lines
622 B
SCSS
Raw Normal View History

2020-11-26 19:56:48 +01:00
.title {
2020-11-27 15:16:19 +01:00
font-size: 175%;
2020-11-27 11:10:18 +01:00
margin-bottom: 1em;
2020-11-27 15:16:19 +01:00
font-weight: $bold;
2020-11-27 11:10:18 +01:00
text-align: center;
2020-11-26 19:56:48 +01:00
.subtitle{
2020-11-27 11:10:18 +01:00
font-size:80%;
2020-11-26 19:56:48 +01:00
}
}
2020-11-26 15:57:50 +01:00
h1,h2,h3,h4,h5,h6 {
2020-11-27 15:16:19 +01:00
font-family: $sans-serif;
2020-11-26 15:57:50 +01:00
}
h1{
font-size:175%;
margin-bottom: 1em;
2020-11-27 15:16:19 +01:00
font-weight: $bold;
2020-11-26 15:57:50 +01:00
text-align: center;
}
h2{
font-size:150%;
margin-bottom: 1em;
2020-11-27 15:16:19 +01:00
font-weight: $bold;
2020-11-26 15:57:50 +01:00
}
h3{
font-size:125%;
margin-bottom: 0.5em;
}
h4{
font-size:115%;
margin-bottom: 0.5em;
color:#2980B9;
2020-11-27 15:16:19 +01:00
font-weight: $light;
2020-11-26 15:57:50 +01:00
}
h5{
font-size:110%;
margin-bottom: 0.5em;
color:#2980B9;
2020-11-27 15:16:19 +01:00
font-weight:light;
2020-11-26 15:57:50 +01:00
}