Dark Theme: Preserve blue background on app loading screen

This commit is contained in:
Scott Nonnenberg 2019-02-05 12:51:56 -08:00
parent 8654d80973
commit 1a11c53a79

View file

@ -283,14 +283,6 @@ body.dark-theme {
}
}
.app-loading-screen {
background-color: $color-gray-95;
.dot {
border: 3px solid $blue;
}
}
.full-screen-flow {
color: black;
a {