From 5789b2b709a47b5546bd884719a4cde16b90235f Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Sat, 12 Aug 2017 20:33:09 -0700 Subject: [PATCH] make nav hover/focus/active style more prominent --- static/scss/custom.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 329fd06..e4bb7bc 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -155,6 +155,15 @@ body.auth .panel-heading .panel-title span.pull-right { box-shadow: $box-shadow; } +.navbar ul.navbar-nav > li a, +.navbar-header a.navbar-brand { + &:active, + &:focus, + &:hover { + background-color: #004303; + } +} + .tight-headings { h1, h2, h3, h4, h5, h6 {