From 61925344d1939a7b63e488a18e11e3ab0f03344c Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Sun, 29 Mar 2015 10:49:42 -0400 Subject: also change the button colors --- static/wedding.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/wedding.css b/static/wedding.css index 792dd2d..e31fc04 100644 --- a/static/wedding.css +++ b/static/wedding.css @@ -26,6 +26,17 @@ header { .nav-pills > li.active a, .nav-pills > li.active a:hover{ background-color: #6dbadf; } + +.btn-primary{ + background-color: #6dbadf; + border-color: #6dbadf; +} + +.btn-primary:hover{ + background-color: #58a3c9; + border-color: #58a3c9; +} + #login { margin: 1.5em auto; width: 75%; -- cgit v1.2.3-70-g09d2