From 27397cdb3c0926fb24c4a5a45d391246186ab1ed Mon Sep 17 00:00:00 2001 From: Bechi Date: Tue, 15 Apr 2014 11:46:19 -0300 Subject: [PATCH] fix navbar --- css/main.css | 2 +- index.html | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/css/main.css b/css/main.css index 9ceb2b6fc..6751923f5 100644 --- a/css/main.css +++ b/css/main.css @@ -113,7 +113,7 @@ button.primary { background-color: #111; } button.secondary { background-color: #FAE448 !important; } button.primary:hover { background-color: #333;} -button.secondary:hover { background-color: #D7C020 !important;} +button.secondary:hover { background-color: #FFDF00 !important;} .m0 {margin: 0;} .db {display: block;} diff --git a/index.html b/index.html index 069cf57e9..9f03cd32f 100644 --- a/index.html +++ b/index.html @@ -23,18 +23,16 @@