diff --git a/css/theme/beige.css b/css/theme/beige.css index cc2d3a34d9f150571c46c836fc49c84769f0f6da..0c31929e5570623ff888f3df62048d297929cfc8 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -48,7 +48,7 @@ body { margin: 0 0 20px 0; color: #333333; font-family: "League Gothic", Impact, sans-serif; - line-height: 0.9em; + line-height: 1em; letter-spacing: 0.02em; text-transform: uppercase; text-shadow: none; } diff --git a/css/theme/blood.css b/css/theme/blood.css index 458f030d217e6c40adfb41e8150584b366def0e1..32a768a0f8b7f2e2e9acc5dee0cab8dc066e3aee 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -47,7 +47,7 @@ body { margin: 0 0 20px 0; color: #eeeeee; font-family: Ubuntu, "sans-serif"; - line-height: 0.9em; + line-height: 1em; letter-spacing: 0.02em; text-transform: uppercase; text-shadow: 2px 2px 2px #222222; } diff --git a/css/theme/default.css b/css/theme/default.css index ce811d96964fac6bbeeca4dd6db55716af0871d2..da34170be28626f1d760550aac6d88c8306752ff 100644 --- a/css/theme/default.css +++ b/css/theme/default.css @@ -48,7 +48,7 @@ body { margin: 0 0 20px 0; color: #eeeeee; font-family: "League Gothic", Impact, sans-serif; - line-height: 0.9em; + line-height: 1em; letter-spacing: 0.02em; text-transform: uppercase; text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } diff --git a/css/theme/moon.css b/css/theme/moon.css index 0cc0c10893ade96d38870d8efb471078a99082ed..0525420425fe52961897e3be6dd4d0694205baf1 100644 --- a/css/theme/moon.css +++ b/css/theme/moon.css @@ -48,7 +48,7 @@ body { margin: 0 0 20px 0; color: #eee8d5; font-family: "League Gothic", Impact, sans-serif; - line-height: 0.9em; + line-height: 1em; letter-spacing: 0.02em; text-transform: uppercase; text-shadow: none; } diff --git a/css/theme/night.css b/css/theme/night.css index 3984c143515616aa012eb8d3af90309b8237b5c6..25711db8857ffaad310972960969338cd3efad70 100644 --- a/css/theme/night.css +++ b/css/theme/night.css @@ -36,7 +36,7 @@ body { margin: 0 0 20px 0; color: #eeeeee; font-family: "Montserrat", Impact, sans-serif; - line-height: 0.9em; + line-height: 1em; letter-spacing: -0.03em; text-transform: none; text-shadow: none; } diff --git a/css/theme/serif.css b/css/theme/serif.css index aee274eeb31bc0e99ee0c412a38f8dc03928d9ae..93ee54f47abed70d82ff425916d672a05e1e6480 100644 --- a/css/theme/serif.css +++ b/css/theme/serif.css @@ -38,7 +38,7 @@ body { margin: 0 0 20px 0; color: #383d3d; font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif; - line-height: 0.9em; + line-height: 1em; letter-spacing: 0.02em; text-transform: none; text-shadow: none; } diff --git a/css/theme/simple.css b/css/theme/simple.css index 5568f8ee90144878ef97ef831dcbed50d7dd726d..0237f2496ee6a0c2a8f5e50bc620b46c2bc74afd 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -38,7 +38,7 @@ body { margin: 0 0 20px 0; color: black; font-family: "News Cycle", Impact, sans-serif; - line-height: 0.9em; + line-height: 1em; letter-spacing: 0.02em; text-transform: none; text-shadow: none; } diff --git a/css/theme/sky.css b/css/theme/sky.css index 841cf09e83082bbadfe0b0ed83f6ea75f0d124c1..a4f1d2ae6c359cb3a986a3b77aa5c1239705e608 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -45,7 +45,7 @@ body { margin: 0 0 20px 0; color: #333333; font-family: "Quicksand", sans-serif; - line-height: 0.9em; + line-height: 1em; letter-spacing: -0.08em; text-transform: uppercase; text-shadow: none; } diff --git a/css/theme/solarized.css b/css/theme/solarized.css index 192a91eda9d93403feaf4d6b2088e6dc525a0174..b6320627f46b68bac45bb77da9f0da2f20bf96e1 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; } diff --git a/css/theme/template/settings.scss b/css/theme/template/settings.scss index 739a609aeaeb24876c58dc09177c71f84f4b4e3e..1b4fe9bfee269548d86403e2527fe7f865d43ae6 100644 --- a/css/theme/template/settings.scss +++ b/css/theme/template/settings.scss @@ -13,7 +13,7 @@ $mainColor: #eee; $headingMargin: 0 0 20px 0; $headingFont: 'League Gothic', Impact, sans-serif; $headingColor: #eee; -$headingLineHeight: 0.9em; +$headingLineHeight: 1em; $headingLetterSpacing: 0.02em; $headingTextTransform: uppercase; $headingTextShadow: 0px 0px 6px rgba(0,0,0,0.2);