Browse Source

Update show_single_page.css

star7th 8 years ago
parent
commit
61f6b9e6f1
1 changed files with 10 additions and 0 deletions
  1. 10 0
      Public/css/item/show_single_page.css

+ 10 - 0
Public/css/item/show_single_page.css

@@ -71,3 +71,13 @@ body{
     list-style-type: none;
     line-height: 20px;
 }
+
+.markdown-body pre {
+    background-color: #fcfcfc;
+    border: 1px solid #e1e1e8;
+}
+
+.hljs{
+  padding:0.2em;
+  background-color: #fcfcfc;
+}