diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-08 22:28:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-08 22:28:09 +0300 |
commit | 7e9bd112a0a42e1a193f3bcf0763d4c13ed166e2 (patch) | |
tree | 53eded426bdeb4f529cc248f27c1e69684d37f4c /assets | |
parent | _includes: move paginator.html to posts (diff) | |
download | jekyll-theme-7e9bd112a0a42e1a193f3bcf0763d4c13ed166e2.tar.gz jekyll-theme-7e9bd112a0a42e1a193f3bcf0763d4c13ed166e2.zip |
syntax.css: add the reference link
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/syntax.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/syntax.css b/assets/css/syntax.css index 855ae2c..6eaa1dd 100644 --- a/assets/css/syntax.css +++ b/assets/css/syntax.css @@ -1,3 +1,11 @@ +/* It's the "autumn" Pygments theme. Grabbed this at [1]. You can also generate + * this using something like + * + * pygmentize -S default -f html -a .highlight + * + * [1]: https://github.com/richleland/pygments-css/blob/c39da1d9e5f0f67a0117af6207bc50ee875ca3b7/autumn.css + */ + .highlight .hll { background-color: #ffffcc } .highlight { background: #ffffff; } .highlight .c { color: #aaaaaa; font-style: italic } /* Comment */ |