This commit is contained in:
czmj
2017-09-22 16:11:09 +01:00
parent 27e4d581b6
commit 9003143e6c
9 changed files with 92 additions and 25 deletions

View File

@ -62,6 +62,7 @@ p {
margin: 0 0 _size(element-margin) 0;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
color: _palette(fg-bold);
font-weight: _font(weight-extrabold);
@ -76,7 +77,8 @@ h1, h2, h3, h4, h5, h6 {
}
}
h2 {
h2,
.h2 {
font-size: 1.35em;
line-height: 1.4;
@ -85,6 +87,7 @@ h2 {
}
}
.h3,
h3 {
font-size: 1.15em;
line-height: 1.4;
@ -94,16 +97,19 @@ h3 {
}
}
.h4,
h4 {
font-size: 1em;
line-height: 1.5em;
}
.h5,
h5 {
font-size: 0.8em;
line-height: 1.5em;
}
.h6,
h6 {
font-size: 0.7em;
line-height: 1.5em;