Color change

This commit is contained in:
mathias 2015-02-17 22:03:41 +02:00
parent a6d1d2af56
commit 231eca5a99

View file

@ -107,7 +107,7 @@ p {
a {
text-decoration: none;
color: #4a6f28;
color: #AA0000;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
@ -115,7 +115,7 @@ a {
a:hover,
a:focus {
color: #5b8731;
color: #C40000;
}
#intro {
@ -123,9 +123,9 @@ a:focus {
width: 100%;
height: 100%;
color: #fff;
background-color: #5b8731;
background-image: linear-gradient(90deg, rgba(74,111,40,.3) 50%, transparent 50%),
linear-gradient(rgba(62,92,32,.2) 50%, transparent 50%);
background-color: #AA0000;
background-image: linear-gradient(90deg, rgba(0,0,0,.05) 50%, transparent 50%),
linear-gradient(rgba(0,0,0,.07) 50%, transparent 50%);
background-size: 20px 20px;
}
@ -229,8 +229,8 @@ h1 {
}
input {
border: #4a6f28 solid 1px;
color: #4a6f28;
border: #AA0000 solid 1px;
color: #AA0000;
background: none;
padding: 7px;
width: 78px;
@ -247,15 +247,15 @@ input {
input:hover,
input:focus {
border: #4a6f28 solid 1px;
border: #AA0000 solid 1px;
outline: 0;
color: #000;
background: #4a6f28;
color: #D6D6D6;
background: #AA0000;
}
#ip {
border: #4a6f28 solid 1px;
color: #000;
background: #4a6f28;
border: #AA0000 solid 1px;
color: #fff;
background: #AA0000;
padding: 7px;
margin: 10px 0 0 0;
font-size: 12px;