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
69881c9523
commit
4f40c00c10
1 changed files with 7 additions and 6 deletions
13
index.html
13
index.html
|
@ -337,18 +337,19 @@ button:hover, button:focus {
|
||||||
content: '\e604';
|
content: '\e604';
|
||||||
}
|
}
|
||||||
#aboutbutton, #newsbutton, #contactbutton {
|
#aboutbutton, #newsbutton, #contactbutton {
|
||||||
color: #fff;
|
background: #fff;
|
||||||
|
color: #aa0000;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
-webkit-transition: background .3s ease-in-out;
|
-webkit-transition: background .1s ease-in-out;
|
||||||
-moz-transition: background .3s ease-in-out;
|
-moz-transition: background .1s ease-in-out;
|
||||||
transition: background .3s ease-in-out;
|
transition: background .1s ease-in-out;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
#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;
|
||||||
background: #fff;
|
background: #aa0000;
|
||||||
color: #aa0000;
|
color: #fff;
|
||||||
}
|
}
|
||||||
#newsbutton {
|
#newsbutton {
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
|
|
Loading…
Reference in a new issue