Skip to content

Commit

Permalink
fix(Sidebar): Add better contrast for mute button in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Dec 14, 2018
1 parent 536aceb commit 735b2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/layout.scss
Expand Up @@ -19,7 +19,7 @@ html { overflow: hidden; }

&:hover,
&:active { color: $dark-theme-gray-smoke; }
&.is-muted { color: $dark-theme-gray; }
&.is-muted { color: $theme-brand-primary; }
}
}

Expand Down

0 comments on commit 735b2b7

Please sign in to comment.