Making the application loading screen dark in the dark theme

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 2130795708
commit 352b5f408b

@ -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;
}

@ -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 {

Loading…
Cancel
Save