Added some styling to the h2 elements

This commit is contained in:
Kyle Johnson 2014-06-26 23:13:43 -04:00
parent 69879041a9
commit c5b18f331e
1 changed files with 5 additions and 0 deletions

View File

@ -8,3 +8,8 @@
.navbar-default .navbar-nav > li > a { .navbar-default .navbar-nav > li > a {
color: #016C9C; color: #016C9C;
} }
h2 {
color: #016C9C;
border-bottom: solid 1px #369;
}