Update index.html

This commit is contained in:
mathias 2015-10-09 20:15:19 +03:00
parent 69881c9523
commit 4f40c00c10

View file

@ -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;