zeilenhöhe gefixt

This commit is contained in:
Ingolf Wagner 2018-09-28 23:07:31 +02:00
parent 8faa082d31
commit 8105379030
3 changed files with 14 additions and 3 deletions

View file

@ -3,8 +3,7 @@
@color-code-border: rgb(90, 92, 0);
@color-code-inline: rgb(35, 77, 133);
@color-note-background: rgb(119, 238, 95);
@color-note-background: rgb(101, 224, 77);
@color-note-border: rgb(56, 116, 0);
@color-warning-background: rgba(188, 32, 11, 0.55);

View file

@ -1,5 +1,6 @@
@font-normal: ~"'Libre Baskerville', serif";
@font-code: ~"'Inconsolata', monospace";
@font-header: ~"'Zilla Slab', serif";
@font-height: 1.7em;
@font-nav: ~"'Lato', sans-serif";

View file

@ -6,6 +6,7 @@
body {
margin: 0px;
}
body .content {
@ -13,6 +14,8 @@ body .content {
margin: 0px;
font-family: @font-normal;
line-height: 1.7em;
}
@media @desktop {
@ -90,13 +93,21 @@ pre {
}
}
p > code {
.inline-code{
color: @color-code-inline;
font-weight: bold;
font-family: @font-code;
}
p > code {
.inline-code();
}
li > code {
.inline-code();
}
.block-margin {
margin-top: .65em;
margin-bottom: .65em;