Skip to content

Commit 34c0fbe

Browse files
committed
Increate headingLineHeight to 1em.
1 parent f517ffe commit 34c0fbe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

css/theme/solariced.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body {
4848
margin: 0 0 20px 0;
4949
color: #eeeeee;
5050
font-family: "Open Sans", sans-serif;
51-
line-height: 0.9em;
51+
line-height: 1em;
5252
letter-spacing: 0;
5353
text-transform: none;
5454
text-shadow: none;

css/theme/source/solariced.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $headingFont: $mainFont
1717
$headingTextShadow: none
1818
$headingLetterSpacing: 0
1919
$headingTextTransform: none
20+
$headingLineHeight: 1em
2021
$selectionBackgroundColor: #e7ad52
2122
$mainFontSize: 30px
2223

0 commit comments

Comments
 (0)