Quellcode durchsuchen

Actually fixing the bg color issue

Kirk Trombley vor 5 Jahren
Ursprung
Commit
b2a9f5de55
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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 {