darken login screen for dark mode

This commit is contained in:
thrownness 2020-03-11 11:22:50 -04:00 committed by Martti Malmi
parent f371c2c1f8
commit 5c2737befa
3 changed files with 3 additions and 1 deletions

View File

@ -10,4 +10,5 @@
--msg-content-background: #000000;
--our-msg: #3f4939;
--notify: #476974;
--login-background: #154352;
}

View File

@ -10,4 +10,5 @@
--msg-content-background: #ffffff;
--our-msg: #d7f7c5;
--notify: #9ee8ff;
--login-background: #70d4f2;
}

View File

@ -308,7 +308,7 @@ header #back-button {
right: 0;
top: 0;
bottom: 0;
background-color: #70d4f2;
background-color: var(--login-background);
z-index: 1000;
text-align: center;
}