浏览代码

Merge pull request #30 from Musare/revert-29-master

Revert "To resolve #27 by making text input box white and font blue"
Kris 9 年之前
父节点
当前提交
21154e0dc7
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4 5
      app/client/app.css

+ 4 - 5
app/client/app.css

@@ -347,8 +347,7 @@ form input:focus {
     display: block;
     text-align: center;
     font-size: 18px;
-    color: #1C39B2;
-    background-color: white;
+    color: white;
     -webkit-transition-duration: 0.25s;
     transition-duration: 0.25s;
     font-weight: 300;
@@ -372,16 +371,16 @@ form button {
 }
 
 ::-webkit-input-placeholder {
-    color: #1C39B2;
+    color: white;
 }
 
 ::-moz-placeholder {
     /* Firefox 19+ */
-    color: #1C39B2;
+    color: white;
 }
 
 :-ms-input-placeholder {
-    color: #1C39B2;
+    color: white;
 }
 
 form button:hover {