mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-28 18:26:12 -05: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';
|
||||
}
|
||||
#aboutbutton, #newsbutton, #contactbutton {
|
||||
color: #fff;
|
||||
background: #fff;
|
||||
color: #aa0000;
|
||||
border: 1px solid #fff;
|
||||
font-size: 14px;
|
||||
-webkit-transition: background .3s ease-in-out;
|
||||
-moz-transition: background .3s ease-in-out;
|
||||
transition: background .3s ease-in-out;
|
||||
-webkit-transition: background .1s ease-in-out;
|
||||
-moz-transition: background .1s ease-in-out;
|
||||
transition: background .1s ease-in-out;
|
||||
text-decoration: none;
|
||||
}
|
||||
#aboutbutton:hover, #aboutbutton:focus, #newsbutton:hover, #newsbutton:focus, #contactbutton:hover, #contactbutton:focus {
|
||||
outline: 0;
|
||||
background: #fff;
|
||||
color: #aa0000;
|
||||
background: #aa0000;
|
||||
color: #fff;
|
||||
}
|
||||
#newsbutton {
|
||||
border-left: 0;
|
||||
|
|
Loading…
Reference in a new issue