diff options
author | Adin Scannell <ascannell@google.com> | 2020-05-06 14:15:15 -0700 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2020-05-06 14:15:15 -0700 |
commit | e8bb5832b32d865e8dc257b01bebfd7dafeaaccf (patch) | |
tree | c5ea0518f0aa7ac1fcc999119030e931500d864c /website/content/_sass/navbar.scss | |
parent | 279f1eb7abb28966ef633fa61418bffad4a716b0 (diff) | |
parent | 957e26a6f30d40e2bff042d76a327d0a2cfbabae (diff) |
Merge gvisor-website
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; + } +} |