issue/19 #20
2 changed files with 11 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -51,10 +51,12 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
font-family: 'fira_codelight';
|
||||||
margin: 0.75rem 0;
|
margin: 0.75rem 0;
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
border: 1px dotted #cecccc;
|
border-left: 2px solid $nord10;
|
||||||
background: #f9f9f9;
|
background: var(--box-bg-color);
|
||||||
|
color: var(--font-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue