فهرست منبع

Recoloring the input boxes

Kirk Trombley 5 سال پیش
والد
کامیت
ddec69fc41
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      client/src/components/util/Input.jsx

+ 3 - 1
client/src/components/util/Input.jsx

@@ -2,5 +2,7 @@ import styled from "styled-components";
 
 
 export default styled.input`
 export default styled.input`
   border-radius: 0px;
   border-radius: 0px;
-  border: black solid 1px;
+  border: #666 solid 1px;
+  background-color: #181a1b;
+  color: #eee;
 `
 `