aboutsummaryrefslogtreecommitdiffstats
path: root/static/wedding.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/wedding.css')
-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%;