Improve code colors
This commit is contained in:
parent
2673fd7620
commit
682dcf5c96
2 changed files with 11 additions and 4 deletions
|
@ -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
Loading…
Reference in a new issue