Browse Source

Actually fixing the bg color issue

Kirk Trombley 5 năm trước cách đây
mục cha
commit
b2a9f5de55
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      client/src/index.css

+ 2 - 0
client/src/index.css

@@ -5,6 +5,8 @@ body {
     sans-serif;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
+  background-color: #222;
+  color: #ccc;
 }
 
 code {