Add codesnippet for almost chronological order

Such as for downloading hashtag feeds, as discussed in #666 and contributed by
@e2tovar.

Also change comment color to grey in codesnippets in documentation.
This commit is contained in:
Alexander Graf
2020-06-21 19:38:16 +02:00
parent 66b3ec6928
commit e21d34124d
5 changed files with 51 additions and 8 deletions

View File

@@ -36,7 +36,11 @@ code {
color: #fff;
}
.c1, .k, .kn, .ow {
.c1 {
color: #666;
}
.k, .kn, .ow {
color: $color_instaloader_main
}