From f6c5f58858177f3723c0d08927e55db34cc97946 Mon Sep 17 00:00:00 2001 From: Andrew Lee <andytaelee@gmail.com> Date: Sat, 10 Sep 2016 23:49:46 -0400 Subject: [PATCH] Give credit for syntax.css --- css/syntax.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/syntax.css b/css/syntax.css index 2774b76..2dea2e2 100644 --- a/css/syntax.css +++ b/css/syntax.css @@ -1,3 +1,10 @@ +/* + * syntax.css + * GitHub syntax highlighting styles + * obtained from https://github.com/mojombo/tpw/blob/master/css/syntax.css + * + */ + .highlight { background: #ffffff; } .highlight .c { color: #999988; font-style: italic } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -- GitLab