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
b92243ce98
commit
7cbdfc4e16
1 changed files with 0 additions and 7 deletions
|
@ -172,7 +172,6 @@ a:focus {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
font-family: 'icon';
|
font-family: 'icon';
|
||||||
text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.11);
|
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
@ -188,7 +187,6 @@ a:focus {
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.11);
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -199,7 +197,6 @@ h1 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-bottom: 22px;
|
padding-bottom: 22px;
|
||||||
line-height: 6px;
|
line-height: 6px;
|
||||||
text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -347,10 +344,6 @@ button:hover, button:focus {
|
||||||
-moz-transition: background .3s ease-in-out;
|
-moz-transition: background .3s ease-in-out;
|
||||||
transition: background .3s ease-in-out;
|
transition: background .3s ease-in-out;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
-webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.3);
|
|
||||||
-moz-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.3);
|
|
||||||
box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.3);
|
|
||||||
}
|
}
|
||||||
#aboutbutton:hover, #aboutbutton:focus, #newsbutton:hover, #newsbutton:focus, #contactbutton:hover, #contactbutton:focus {
|
#aboutbutton:hover, #aboutbutton:focus, #newsbutton:hover, #newsbutton:focus, #contactbutton:hover, #contactbutton:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
|
Loading…
Reference in a new issue