yangchaojie 3 долоо хоног өмнө
parent
commit
6eab43514b

+ 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 {