Kaynağa Gözat

评论提交

yangchaojie 2 gün önce
ebeveyn
işleme
6eab43514b
2 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  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 {