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; overflow-x: auto;
padding: 0.5em; padding: 0.5em;
white-space: pre; white-space: pre;
color: $white;
.meta {
color: $blue;
}
.tag { .tag {
color: $white; color: $white;
@ -39,8 +44,10 @@ pre code {
} }
.params { .params {
.string { color: $blue;
color: $black; }
}
.comment {
color: $white-dark;
} }
} }

File diff suppressed because one or more lines are too long