浏览代码

Actually fixing the bg color issue

Kirk Trombley 5 年之前
父节点
当前提交
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 {