issue/19 #20

Merged
dbroqua merged 16 commits from issue/19 into master 2022-03-01 16:09:47 +01:00
2 changed files with 11 additions and 2 deletions
Showing only changes of commit 311d7e3985 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -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);
}
}
}