Force authpage to act like light theme

This commit is contained in:
J. Ryan Stinnett 2019-02-13 14:24:03 +00:00
parent feb92957c0
commit 93324896f3
4 changed files with 29 additions and 6 deletions

View file

@ -246,7 +246,8 @@ $authpage-bg-color: #2e3649;
$authpage-modal-bg-color: rgba(255, 255, 255, 0.59);
$authpage-body-bg-color: #ffffff;
$authpage-lang-color: #4e5054;
$authpage-body-color: #61708b;
$authpage-primary-color: #454545;
$authpage-secondary-color: #61708b;
/*** form elements ***/