diff options
Diffstat (limited to 'website/content/_sass/navbar.scss')
-rwxr-xr-x | website/content/_sass/navbar.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/website/content/_sass/navbar.scss b/website/content/_sass/navbar.scss new file mode 100755 index 000000000..33dbc7c4b --- /dev/null +++ b/website/content/_sass/navbar.scss @@ -0,0 +1,26 @@ +.navbar-inverse { + background-color: $primary; + border-bottom: 1px solid $primary; + + .navbar-brand > a { + color: #ffffff; + + &:focus, + &:hover { + color: #ffffff; + } + } + + .navbar-nav > li > a { + color: $inverse-link-color; + + &:focus, + &:hover { + color: $inverse-link-hover-color; + } + } + + .navbar-nav .nav-icon { + font-size: 18px; + } +} |