Skip to content

Commit 155d7ef

Browse files
committed
Added some coloring
1 parent e774ffa commit 155d7ef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css/landing-page.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,13 @@ p.copyright {
114114
section.container {
115115
padding-top: 5em;
116116
}
117+
118+
.navbar-default {
119+
background-color: #bcd6c9;
120+
}
121+
.navbar-default .navbar-nav > .active > a,
122+
.navbar-default .navbar-nav > .active > a:hover,
123+
.navbar-default .navbar-nav > .active > a:focus {
124+
background-color: #63bf94;
125+
}
126+

0 commit comments

Comments
 (0)