aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/snippets.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/snippets.css')
-rw-r--r--css/snippets.css4
1 files changed, 4 insertions, 0 deletions
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 {