yangchaojie il y a 2 semaines
Parent
commit
0fe3f12798
1 fichiers modifiés avec 12 ajouts et 1 suppressions
  1. 12 1
      templates/blog.html

+ 12 - 1
templates/blog.html

@@ -162,7 +162,17 @@
             content: '\201D';
         }
 
+        p > a {
+            color: #4183c4;
+        }
 
+        span > code {
+            background: #eee;
+            border-radius: 3px;
+            padding-left: 5px;
+            padding-right: 5px;
+            color: crimson;
+        }
 
         body {
             padding-top: 54px;
@@ -303,7 +313,8 @@
         #article a img {
             transition: none !important;
         }
-        #article_content{
+
+        #article_content {
             font-weight: 500;
         }
     </style>