summaryrefslogtreecommitdiff
path: root/style/typography.less
diff options
context:
space:
mode:
Diffstat (limited to 'style/typography.less')
-rw-r--r--style/typography.less22
1 files changed, 21 insertions, 1 deletions
diff --git a/style/typography.less b/style/typography.less
index 336cd9b..d104536 100644
--- a/style/typography.less
+++ b/style/typography.less
@@ -8,7 +8,6 @@ html {
}
p {
- line-height: 1.75;
margin-bottom: 0.5rem;
}
@@ -48,6 +47,10 @@ header, main {
background-color: @color-bg;
}
+dt {
+ font-weight: bold;
+}
+
/**
* Footnotes
*/
@@ -62,9 +65,14 @@ sup {
* Main text
*/
+main, footer {
+ line-height: 1.75;
+}
+
main {
h1, h2, h3, h4, h5, h6 {
+ color: @color-main;
margin-top: 0.25em;
margin-bottom: 0.25em;
}
@@ -73,6 +81,18 @@ main {
font-size: 200%;
}
+ h2 {
+ font-size: 150%;
+ }
+
+ h3 {
+ font-size: 125%;
+ }
+
+ h4, h5, h6 {
+ font-weight: bold;
+ }
+
}