Explorar o código

Actually fixing the bg color issue

Kirk Trombley %!s(int64=5) %!d(string=hai) anos
pai
achega
b2a9f5de55
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 {