star7th 8 years ago
parent
commit
83e9ccac2f
2 changed files with 11 additions and 2 deletions
  1. 5 2
      Application/Home/View/Page/single.html
  2. 6 0
      Public/css/page/index.css

+ 5 - 2
Application/Home/View/Page/single.html

@@ -64,9 +64,12 @@ pre ol{
 }
 	
 .markdown-body pre {
-  background-color: #f0f0f0;
+  background-color: #f7f7f9;
+  border: 1px solid #e1e1e8;
+}
+.hljs{
+  background-color: #f7f7f9;
 }
-	
 </style>
 
 <div id="header"></div>

+ 6 - 0
Public/css/page/index.css

@@ -29,6 +29,7 @@ li{
 
 .hljs{
 	padding:0.2em;
+	background-color: #fcfcfc;
 }
 
 
@@ -37,4 +38,9 @@ li{
     border-bottom: 1px solid #d9d9d9;
     padding-top: 30px;
     padding-bottom: 20px
+}
+
+.markdown-body pre {
+	background-color: #fcfcfc;
+	border: 1px solid #e1e1e8;
 }