From fff356547f8632876836eea3bf135c8af41bdd09 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Fri, 3 Jul 2015 16:47:13 +0100 Subject: [PATCH] Add licence to syntax css file --- _includes/syntax.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_includes/syntax.css b/_includes/syntax.css index 1b3c92c..d5a4789 100644 --- a/_includes/syntax.css +++ b/_includes/syntax.css @@ -1,3 +1,12 @@ +/* + +Syntax highlighting style from https://raw.githubusercontent.com/mdo/code-guide/gh-pages/_includes/syntax.css + +Where @mdo releases it under MIT + +*/ + + .hll { background-color: #ffffcc } /*{ background: #f0f3f3; }*/ .c { color: #999; } /* Comment */