mirror of
https://github.com/kaboomserver/website.git
synced 2025-02-11 11:40:45 +00:00
Color change
This commit is contained in:
parent
bd5bf98251
commit
25f669f6c9
1 changed files with 9 additions and 7 deletions
16
index.html
16
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';
|
||||
|
|
Loading…
Reference in a new issue