mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update index.html
This commit is contained in:
parent
2dd2fdc69e
commit
77aa901399
1 changed files with 6 additions and 5 deletions
11
index.html
11
index.html
|
@ -121,12 +121,17 @@
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: rgba(255,255,255,.4);
|
color: rgba(255,255,255,.4);
|
||||||
transition: all .2s ease-in-out;
|
|
||||||
}
|
}
|
||||||
a:hover, a:focus {
|
a:hover, a:focus {
|
||||||
color: rgba(255,255,255,.2);
|
color: rgba(255,255,255,.2);
|
||||||
}
|
}
|
||||||
/* Combined Rules */
|
/* Combined Rules */
|
||||||
|
a, a:before, button {
|
||||||
|
-moz-transition: all .15s ease-in-out;
|
||||||
|
-webkit-transition: all .15s ease-in-out;
|
||||||
|
-o-transition: all .15s ease-in-out;
|
||||||
|
transition: all .15s ease-in-out;
|
||||||
|
}
|
||||||
h1, h2, p, #box, #logo, #about span {
|
h1, h2, p, #box, #logo, #about span {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
@ -182,7 +187,6 @@
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #aa0000;
|
color: #aa0000;
|
||||||
font-size: 1.188em;
|
font-size: 1.188em;
|
||||||
transition: background .2s ease-in-out;
|
|
||||||
}
|
}
|
||||||
#intro a:hover {
|
#intro a:hover {
|
||||||
background: rgba(255,255,255,.9);
|
background: rgba(255,255,255,.9);
|
||||||
|
@ -280,7 +284,6 @@
|
||||||
padding: 0.188em;
|
padding: 0.188em;
|
||||||
font-size: 1.750em;
|
font-size: 1.750em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
transition: background .2s ease-in-out;
|
|
||||||
}
|
}
|
||||||
#facebook {
|
#facebook {
|
||||||
margin: 0 0.375em 0 0;
|
margin: 0 0.375em 0 0;
|
||||||
|
@ -320,7 +323,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
transition: background .2s ease-in-out;
|
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
@ -340,7 +342,6 @@
|
||||||
-o-border-radius: 0.313em;
|
-o-border-radius: 0.313em;
|
||||||
border-radius: 0.313em;
|
border-radius: 0.313em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background .2s ease-in-out;
|
|
||||||
}
|
}
|
||||||
button:hover, button:focus {
|
button:hover, button:focus {
|
||||||
background: rgba(255,255,255,.05);
|
background: rgba(255,255,255,.05);
|
||||||
|
|
Loading…
Reference in a new issue