summaryrefslogtreecommitdiffhomepage
path: root/website/_sass/navbar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'website/_sass/navbar.scss')
-rw-r--r--website/_sass/navbar.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/website/_sass/navbar.scss b/website/_sass/navbar.scss
new file mode 100644
index 000000000..33dbc7c4b
--- /dev/null
+++ b/website/_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;
+ }
+}