Sfoglia il codice sorgente

Update show_single_page.css

star7th 8 anni fa
parent
commit
61f6b9e6f1
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  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;
+}