Skip to content

Commit

Permalink
Messenger fix, url color on metions
Browse files Browse the repository at this point in the history
  • Loading branch information
theme1256 committed Feb 24, 2019
1 parent 418a406 commit c185077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome-extension/themes/websites/messenger.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ a[role="button"] img {
background-color: $theme-background-box !important;
color: invert-back-color(#f0f0f0) !important;
a {
color: invert-back-color(#f0f0f0) !important;
color: invert-back-color($theme-url) !important;
}
}

Expand Down

0 comments on commit c185077

Please sign in to comment.