Improve code colors

This commit is contained in:
Daniel Siepmann 2019-12-13 13:52:27 +01:00
parent 2673fd7620
commit 682dcf5c96
2 changed files with 11 additions and 4 deletions

View file

@ -13,6 +13,11 @@ pre code {
overflow-x: auto;
padding: 0.5em;
white-space: pre;
color: $white;
.meta {
color: $blue;
}
.tag {
color: $white;
@ -39,8 +44,10 @@ pre code {
}
.params {
.string {
color: $black;
}
color: $blue;
}
.comment {
color: $white-dark;
}
}

File diff suppressed because one or more lines are too long