From cde7aca249e61cdc4239f21eaa1c176c838a5e83 2018-10-10 20:07:10 From: Brett Smith Date: 2018-10-10 20:07:10 Subject: [PATCH] css: Navbar hover color is a function of the primary color. --- diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 2f2f1ad35e9ad58cb4f261c49609b25b05e806c4..a03c9745426747b4a555831938a59dac0474c390 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -264,7 +264,7 @@ $homepage-block-min-height: 480px; &:active, &:focus, &:hover { - background-color: #004303; + background-color: darken($navbar-default-bg, 15%); } }