diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 1e420231b..4359a2a31 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -653,7 +653,8 @@ footer { background: $highlight; color: $link; - &:hover { + &:hover, + &.active { background: $brand; color: #fff; }