Skip to content

Commit

Permalink
Fix key change advisory style in dark theme
Browse files Browse the repository at this point in the history
Override the light font color which is the default in dark mode.
For regular android theme this should cause no change.
  • Loading branch information
liliakai committed Jan 26, 2017
1 parent 41216f1 commit 030c5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stylesheets/_conversation.scss
Expand Up @@ -628,6 +628,7 @@ li.entry .error-icon-container {
display: inline-block;
padding: 5px 10px;
background: #fff5c4;
color: $grey_d;
border-radius: $border-radius;
}
}
1 change: 1 addition & 0 deletions stylesheets/manifest.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 030c5a4

Please sign in to comment.