Implement nice navbar styles

This commit is contained in:
Jan Tuomi
2017-10-16 18:32:28 +03:00
parent f531b39587
commit 99ab2f0b3a
2 changed files with 13 additions and 10 deletions
+8
View File
@@ -1,3 +1,11 @@
.kaehmy_navigation {
margin-bottom: 10px;
}
.navbar-border {
border-bottom: 2px solid #282b3b;
}
.navbar-light .navbar-nav .nav-link {
color: #102a40;
}