Эх сурвалжийг харах

Actually fixing the bg color issue

Kirk Trombley 5 жил өмнө
parent
commit
b2a9f5de55
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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 {