doc theme: Improve consistency of code highlight

This commit is contained in:
Alexander Graf
2019-01-17 11:39:18 +01:00
parent bb25f03c7d
commit 27a239f07f
2 changed files with 10 additions and 2 deletions

View File

@@ -40,7 +40,12 @@ code {
color: $color_instaloader_main
}
.kn {
.k, .kn, .ow {
color: $color_instaloader_accent;
font-weight: bold
}
.nb {
color: $color_instaloader_accent
}