Skip to content

Commit

Permalink
Improve contrast between read and unread channels (ref #79)
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 11, 2016
1 parent 03217dd commit ee4fc07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scss/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
&.group.active a.group_name,
&.member.active a.im_name {
background: $color-shade-light;
color: $base-font-color !important;
color: rgba($base-font-color, 0.9) !important;
}
}

Expand Down Expand Up @@ -42,7 +42,7 @@
text-shadow: 0 1px 1px $color-shadow-light;

a {
color: $base-font-color !important;
color: rgba($base-font-color, 0.8) !important;

&:hover {
background: $color-base !important;
Expand Down Expand Up @@ -91,6 +91,7 @@

.prefix {
color: $base-font-color !important;
opacity: 1;
}
}
}
Expand Down

0 comments on commit ee4fc07

Please sign in to comment.