diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index 0027f1d15562..34e9ac01a5bc 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -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; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index ebebaa515433..819504782819 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -2121,6 +2121,10 @@ li.entry .error-icon-container { color: #57a5e5; } .android-dark hr { border-color: #333333; } + .android-dark .expiredAlert { + color: #333333; } + .android-dark .expiredAlert button { + color: #333333; } .android-dark #header { background-color: #292929; color: white;