Skip to content

Commit

Permalink
Fix text highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth authored Dec 25, 2020
1 parent ed705a2 commit d8f6283
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ html, body, .markdown-body.comic-mono {
.kn, .k, .ow {
color: #c678dd;
}
.mi, .mf {
.mi, .mf, .na {
color: #d19a66;
}
.nb {
Expand All @@ -115,9 +115,12 @@ html, body, .markdown-body.comic-mono {
.nf {
color: #61afef;
}
.nt {
color: #e06c75;
}
}
}

.website-hidden {
display: none;
}
}

0 comments on commit d8f6283

Please sign in to comment.