You've already forked Ghost-Theme-Source
Improved typography hierarchy
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2143,6 +2143,11 @@ unless a heading is the very first element in the post content */
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Now the content typography styles */
|
/* Now the content typography styles */
|
||||||
|
.gh-content h1 {
|
||||||
|
font-size: calc(2.2em * var(--factor, 1));
|
||||||
|
letter-spacing: -0.02em;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-content h2 {
|
.gh-content h2 {
|
||||||
font-size: calc(1.6em * var(--factor, 1));
|
font-size: calc(1.6em * var(--factor, 1));
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
|
|||||||
Reference in New Issue
Block a user