Making the application loading screen dark in the dark theme
FREEBIE
This commit is contained in:
parent
2130795708
commit
352b5f408b
2 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue