From 7e9bd112a0a42e1a193f3bcf0763d4c13ed166e2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 8 Apr 2021 22:28:09 +0300 Subject: syntax.css: add the reference link --- assets/css/syntax.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'assets/css') 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 */ -- cgit v1.2.3