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:
4
docs/_static/instaloader.css
vendored
4
docs/_static/instaloader.css
vendored
@@ -17,7 +17,9 @@ code {
|
||||
.highlight pre {
|
||||
padding: 0.7em;
|
||||
color: #fff; }
|
||||
.highlight .c1, .highlight .k, .highlight .kn, .highlight .ow {
|
||||
.highlight .c1 {
|
||||
color: #666; }
|
||||
.highlight .k, .highlight .kn, .highlight .ow {
|
||||
color: #008d06; }
|
||||
.highlight .nb, .highlight .ne, .highlight .nf, .highlight .vm {
|
||||
color: #f48400; }
|
||||
|
6
docs/_static/instaloader.scss
vendored
6
docs/_static/instaloader.scss
vendored
@@ -36,7 +36,11 @@ code {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.c1, .k, .kn, .ow {
|
||||
.c1 {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.k, .kn, .ow {
|
||||
color: $color_instaloader_main
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user