diff options
author | Hakim El Hattab | 2014-02-25 12:32:23 +0100 |
---|---|---|
committer | Hakim El Hattab | 2014-02-25 12:32:31 +0100 |
commit | 1aadc53eacaa0a474131657c663842768ed5b982 (patch) | |
tree | 7573c0403c3042a346ab9a168de7a2064a94fb90 /css/theme/solarized.css | |
parent | ecce48d1c089df8b7ac601e7990b3b3c965e97dd (diff) |
don't reduce line height for all headings in base theme (#753)
Diffstat (limited to 'css/theme/solarized.css')
-rw-r--r-- | css/theme/solarized.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/solarized.css b/css/theme/solarized.css index 192a91e..b632062 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.css @@ -48,7 +48,7 @@ body { margin: 0 0 20px 0; color: #586e75; font-family: "League Gothic", Impact, sans-serif; - line-height: 0.9em; + line-height: 1em; letter-spacing: 0.02em; text-transform: uppercase; text-shadow: none; } |