Correction d'un bug avec le design de la balise <pre>
This commit is contained in:
parent
6b072fcaad
commit
311d7e3985
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 {
|
||||
font-family: 'fira_codelight';
|
||||
margin: 0.75rem 0;
|
||||
padding: 0.75rem;
|
||||
border: 1px dotted #cecccc;
|
||||
background: #f9f9f9;
|
||||
border-left: 2px solid $nord10;
|
||||
background: var(--box-bg-color);
|
||||
color: var(--font-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue