Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <est.michael@gmail.com>2016-02-02 06:34:57 +0300
committerMichael Rose <est.michael@gmail.com>2016-02-02 06:35:04 +0300
commit69ec4f50a9b5439b22291870174ce41c6c438485 (patch)
treec285dbb99dd3f48c64be8a8d03656c68ff250013
parent35ff7b441f5e1e1a47903ee119273eb47a3b9ed0 (diff)
Fix line-height1.6.0
-rw-r--r--_sass/_syntax.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/_sass/_syntax.scss b/_sass/_syntax.scss
index 0d75790..388b4c1 100644
--- a/_sass/_syntax.scss
+++ b/_sass/_syntax.scss
@@ -4,7 +4,8 @@ pre.highlight {
.highlight {
margin-bottom: 1.5em;
- @include font(12);
+ @include font-rem(12);
+ line-height: 1.5;
color: #d0d0d0;
border: 1px solid darken($body-color, 5);
background-color: #272822;