summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/new_sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/new_sidebar.scss')
-rw-r--r--app/assets/stylesheets/new_sidebar.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index e9cfb920f00..43c4d52d1e2 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -179,10 +179,11 @@ $new-sidebar-width: 220px;
}
a {
- color: $white-light;
+ color: rgba($white-light, .9);
&:hover,
&:focus {
+ color: $white-light;
background-color: rgba($black, .12);
}
}