diff --git a/src/web/browser-window/app-theming.scss b/src/web/browser-window/app-theming.scss index 08dd44161..6cbbdba95 100644 --- a/src/web/browser-window/app-theming.scss +++ b/src/web/browser-window/app-theming.scss @@ -53,6 +53,11 @@ > .btn:not(:last-child) { border-right-color: $app-theming-color-secondary-btn-split-border; } + + .login-delay { + // see bootstrap's "button-variant" mixin + color: color-yiq($secondary); + } } } } diff --git a/src/web/browser-window/app/_accounts/account-title.component.scss b/src/web/browser-window/app/_accounts/account-title.component.scss index a2d8a7c2e..3640719e4 100644 --- a/src/web/browser-window/app/_accounts/account-title.component.scss +++ b/src/web/browser-window/app/_accounts/account-title.component.scss @@ -85,7 +85,6 @@ } .login-delay { - color: $gray-300; font-size: 80%; .fa ~ span {