diff --git a/index.html b/index.html
index 6ee8724..095f1d0 100644
--- a/index.html
+++ b/index.html
@@ -339,7 +339,7 @@ button:hover, button:focus {
#aboutbutton, #newsbutton, #contactbutton {
background: #fff;
color: #aa0000;
- border: 1px solid #fff;
+ border: 1px solid #aa0000;
font-size: 14px;
-webkit-transition: background .1s ease-in-out;
-moz-transition: background .1s ease-in-out;