Making the application loading screen dark in the dark theme

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-08-07 15:01:11 -07:00
parent 2130795708
commit 352b5f408b
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,9 @@ $text-dark: #CCCCCC;
$text-dark_l2: darken($text-dark, 30%);
.android-dark {
.app-loading-screen {
background-color: $grey-dark;
}
.gutter .content {
background-color: $grey-dark;
}

View file

@ -2109,6 +2109,8 @@ li.entry .error-icon-container {
.android-dark {
color: #CCCCCC; }
.android-dark .app-loading-screen {
background-color: #333333; }
.android-dark .gutter .content {
background-color: #333333; }
.android-dark a {