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:
-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;