소스 검색

样式调整

yangchaojie 3 주 전
부모
커밋
231e4365ef
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      templates/blog.html

+ 3 - 0
templates/blog.html

@@ -305,6 +305,9 @@
         #article a img {
             transition: none !important;
         }
+        #article_content{
+            font-weight: 500;
+        }
     </style>
 
 </head>