浏览代码

评论提交

yangchaojie 3 周之前
父节点
当前提交
6eab43514b
共有 2 个文件被更改,包括 3 次插入2 次删除
  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 {