1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-14 23:00:06 +02:00

docs: Improvements to branded syntax highlighting

This commit is contained in:
Alexander Graf 2020-07-26 18:01:33 +02:00
parent 82e7b19d6d
commit fe9cd653e7
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ code {
color: #fff; }
.highlight .c1 {
color: #666; }
.highlight .k, .highlight .kn, .highlight .ow {
.highlight .k, .highlight .kc, .highlight .kn, .highlight .ow {
color: #008d06; }
.highlight .nb, .highlight .ne, .highlight .nf, .highlight .vm {
color: #f48400; }

View File

@ -40,7 +40,7 @@ code {
color: #666;
}
.k, .kn, .ow {
.k, .kc, .kn, .ow {
color: $color_instaloader_main
}