Headings standard

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-10-23 15:43:47 +02:00
parent 9b092fd4bd
commit 09c1810f71
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 17 additions and 6 deletions

View File

@ -17,22 +17,33 @@
*/
/* BASE STYLING ------------------------------------------------------------ */
h2,
h3,
h4 {
h1,
h2 {
font-weight: bold;
}
h1 {
font-size: 26px;
margin-bottom: 12px;
line-height: 40px;
color: var(--color-text-lighter);
}
h2 {
font-size: 20px;
margin-bottom: 12px;
line-height: 140%;
line-height: 30px;
color: var(--color-text-light);
}
h3 {
font-size: 15px;
font-size: 16px;
margin: 12px 0;
color: var(--color-text-light);
}
h4 {
font-size: 14px;
}
/* do not use italic typeface style, instead lighter color */