diff --git a/index.html b/index.html
index c15d603..d2f2aec 100644
--- a/index.html
+++ b/index.html
@@ -107,7 +107,7 @@ p {
a {
text-decoration: none;
- color: #AA0000;
+ color: #C41212;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
@@ -229,8 +229,8 @@ h1 {
}
input {
- border: #AA0000 solid 1px;
- color: #AA0000;
+ border: #C41212 solid 1px;
+ color: #C41212;
background: none;
padding: 7px;
width: 78px;
@@ -247,15 +247,16 @@ input {
input:hover,
input:focus {
- border: #AA0000 solid 1px;
+ border: #C41212 solid 1px;
outline: 0;
color: #D6D6D6;
- background: #AA0000;
+ background: #C41212;
+ text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
#ip {
- border: #AA0000 solid 1px;
+ border: #C41212 solid 1px;
color: #fff;
- background: #AA0000;
+ background: #C41212;
padding: 7px;
margin: 10px 0 0 0;
font-size: 12px;
@@ -263,6 +264,7 @@ input:focus {
-webkit-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
cursor: default;
+ text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
#facebook:before {
font-family: 'icon';