Browse Source

评论提交

yangchaojie 2 ngày trước cách đây
mục cha
commit
6eab43514b
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 1 1
      templates/_common/base.html
  2. 2 1
      templates/blog.html

+ 1 - 1
templates/_common/base.html

@@ -52,7 +52,7 @@
 
         body {
             color: var(--text);
-            background-color: #fff;
+            background: whitesmoke;
             line-height: var(--line-height);
         }
 

+ 2 - 1
templates/blog.html

@@ -51,8 +51,9 @@
 
         body {
             color: var(--text);
-            background-color: #fff;
+            background: whitesmoke;
             line-height: var(--line-height);
+
         }
 
         a {