We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f517ffe commit 34c0fbeCopy full SHA for 34c0fbe
css/theme/solariced.css
@@ -48,7 +48,7 @@ body {
48
margin: 0 0 20px 0;
49
color: #eeeeee;
50
font-family: "Open Sans", sans-serif;
51
- line-height: 0.9em;
+ line-height: 1em;
52
letter-spacing: 0;
53
text-transform: none;
54
text-shadow: none;
css/theme/source/solariced.sass
@@ -17,6 +17,7 @@ $headingFont: $mainFont
17
$headingTextShadow: none
18
$headingLetterSpacing: 0
19
$headingTextTransform: none
20
+$headingLineHeight: 1em
21
$selectionBackgroundColor: #e7ad52
22
$mainFontSize: 30px
23
0 commit comments