From 8e1d8b87f19e0cfc77ad4bfe20e5ca84d030e321 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 30 Jun 2017 18:57:57 +0300 Subject: enable syntax highlighting I'm not sure about it. Maybe I'll get rid of it in the future. --- css/snippets.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/snippets.css') diff --git a/css/snippets.css b/css/snippets.css index 5294e00..ff89097 100644 --- a/css/snippets.css +++ b/css/snippets.css @@ -1,7 +1,11 @@ div.panel-body pre { margin: 0; border: none; + /* + Uncomment this property if you disable syntax highlighting: + background-color: inherit; + */ border-radius: 0 0 4px 4px; } div.panel-body { -- cgit v1.2.3