summaryrefslogtreecommitdiffhomepage
path: root/website/content/_sass/navbar.scss
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-05-06 14:15:15 -0700
committerAdin Scannell <ascannell@google.com>2020-05-06 14:15:15 -0700
commite8bb5832b32d865e8dc257b01bebfd7dafeaaccf (patch)
treec5ea0518f0aa7ac1fcc999119030e931500d864c /website/content/_sass/navbar.scss
parent279f1eb7abb28966ef633fa61418bffad4a716b0 (diff)
parent957e26a6f30d40e2bff042d76a327d0a2cfbabae (diff)
Merge gvisor-website
Diffstat (limited to 'website/content/_sass/navbar.scss')
-rwxr-xr-xwebsite/content/_sass/navbar.scss26
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;
+ }
+}