Skip to content

Commit d046267

Browse files
Improved typography hierarchy
1 parent 53d475f commit d046267

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,6 +2143,11 @@ unless a heading is the very first element in the post content */
21432143
}
21442144

21452145
/* Now the content typography styles */
2146+
.gh-content h1 {
2147+
font-size: calc(2.2em * var(--factor, 1));
2148+
letter-spacing: -0.02em;
2149+
}
2150+
21462151
.gh-content h2 {
21472152
font-size: calc(1.6em * var(--factor, 1));
21482153
letter-spacing: -0.02em;

0 commit comments

Comments
 (0)