aboutsummaryrefslogtreecommitdiffstats
path: root/static/wedding.css
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-03-28 15:55:05 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-03-28 15:55:05 -0400
commit99ebe92d79dbf68ebb5f332252d145b1a84712d8 (patch)
tree819a6a5047f911af807383883a63ff918148e28a /static/wedding.css
parent41ff76d361044d6a0d4c1469769ce7cdb3597095 (diff)
downloadwedding-website-99ebe92d79dbf68ebb5f332252d145b1a84712d8.tar.gz
change color at the css level to appease Thibaut
Diffstat (limited to 'static/wedding.css')
-rw-r--r--static/wedding.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/wedding.css b/static/wedding.css
index fb791e1..792dd2d 100644
--- a/static/wedding.css
+++ b/static/wedding.css
@@ -23,6 +23,9 @@ header {
padding: 1em 0;
}
+.nav-pills > li.active a, .nav-pills > li.active a:hover{
+ background-color: #6dbadf;
+}
#login {
margin: 1.5em auto;
width: 75%;