mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Color change
This commit is contained in:
parent
25f669f6c9
commit
990f0e82e7
1 changed files with 9 additions and 9 deletions
18
index.html
18
index.html
|
@ -107,7 +107,7 @@ p {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #C41212;
|
color: #CF1D1D;
|
||||||
-webkit-transition: all .2s ease-in-out;
|
-webkit-transition: all .2s ease-in-out;
|
||||||
-moz-transition: all .2s ease-in-out;
|
-moz-transition: all .2s ease-in-out;
|
||||||
transition: all .2s ease-in-out;
|
transition: all .2s ease-in-out;
|
||||||
|
@ -123,9 +123,9 @@ a:focus {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #C41212;
|
background-color: #CF1D1D;
|
||||||
background-image: linear-gradient(90deg, rgba(0,0,0,.04) 50%, transparent 50%),
|
background-image: linear-gradient(90deg, rgba(0,0,0,.03) 50%, transparent 50%),
|
||||||
linear-gradient(rgba(0,0,0,.04) 50%, transparent 50%);
|
linear-gradient(rgba(0,0,0,.03) 50%, transparent 50%);
|
||||||
background-size: 25px 25px;
|
background-size: 25px 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -229,8 +229,8 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: #C41212 solid 1px;
|
border: #CF1D1D solid 1px;
|
||||||
color: #C41212;
|
color: #CF1D1D;
|
||||||
background: none;
|
background: none;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
width: 78px;
|
width: 78px;
|
||||||
|
@ -250,13 +250,13 @@ input:focus {
|
||||||
border: #C41212 solid 1px;
|
border: #C41212 solid 1px;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
color: #D6D6D6;
|
color: #D6D6D6;
|
||||||
background: #C41212;
|
background: #CF1D1D;
|
||||||
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
|
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
#ip {
|
#ip {
|
||||||
border: #C41212 solid 1px;
|
border: #CF1D1D solid 1px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #C41212;
|
background: #CF1D1D;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
margin: 10px 0 0 0;
|
margin: 10px 0 0 0;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
Loading…
Reference in a new issue