Skip to content

Commit

Permalink
Export/Dark Theme: Increase banner text contrast for legibility (#1415)
Browse files Browse the repository at this point in the history
FREEBIE
  • Loading branch information
scottnonnenberg committed Aug 30, 2017
1 parent 46b64e3 commit 52a595b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stylesheets/android-dark.scss
Expand Up @@ -18,6 +18,12 @@ $text-dark_l2: darken($text-dark, 30%);
hr {
border-color: $grey-dark;
}
.expiredAlert {
color: $grey-dark;
button {
color: $grey-dark;
}
}
#header {
background-color: $grey-dark_l2;
color: white;
Expand Down
4 changes: 4 additions & 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 52a595b

Please sign in to comment.