aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-03-29 10:49:42 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-03-29 10:49:42 -0400
commit61925344d1939a7b63e488a18e11e3ab0f03344c (patch)
tree44f5fb0b44138e64d520ae79de8addd40024fe89 /static
parent99ebe92d79dbf68ebb5f332252d145b1a84712d8 (diff)
downloadwedding-website-61925344d1939a7b63e488a18e11e3ab0f03344c.tar.gz
also change the button colors
Diffstat (limited to 'static')
-rw-r--r--static/wedding.css11
1 files changed, 11 insertions, 0 deletions
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%;