Quellcode durchsuchen

修改背景色

dusenyao vor 1 Jahr
Ursprung
Commit
d528f8708c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/styles/index.scss

+ 1 - 1
src/styles/index.scss

@@ -9,7 +9,7 @@
   line-height: 1.5;
   color: $font-color;
   color-scheme: light dark;
-  background-color: #242424;
+  background-color: $main-background-color;
   font-synthesis: none;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;