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
4f40c00c10
commit
601de556b3
1 changed files with 2 additions and 4 deletions
|
@ -348,11 +348,9 @@ button:hover, button:focus {
|
||||||
}
|
}
|
||||||
#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: #aa0000;
|
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
#newsbutton {
|
#newsbutton {
|
||||||
border-left: 0;
|
border-left: 1px solid #aa0000;
|
||||||
padding: 6px 10px 6px 10px;
|
padding: 6px 10px 6px 10px;
|
||||||
}
|
}
|
||||||
#aboutbutton {
|
#aboutbutton {
|
||||||
|
@ -366,7 +364,7 @@ button:hover, button:focus {
|
||||||
-webkit-border-radius: 0px 21px 21px 0px;
|
-webkit-border-radius: 0px 21px 21px 0px;
|
||||||
border-radius: 0px 21px 21px 0px;
|
border-radius: 0px 21px 21px 0px;
|
||||||
padding: 6px 13px 6px 10px;
|
padding: 6px 13px 6px 10px;
|
||||||
border-left: 0;
|
border-left: 1px solid #aa0000;
|
||||||
}
|
}
|
||||||
#aboutbutton:before, #about-title:before {
|
#aboutbutton:before, #about-title:before {
|
||||||
font-family: 'icon';
|
font-family: 'icon';
|
||||||
|
|
Loading…
Reference in a new issue