diff --git a/BTCPayServer/Views/Manage/TwoFactorAuthentication.cshtml b/BTCPayServer/Views/Manage/TwoFactorAuthentication.cshtml index bb4baf202..eb2728da8 100644 --- a/BTCPayServer/Views/Manage/TwoFactorAuthentication.cshtml +++ b/BTCPayServer/Views/Manage/TwoFactorAuthentication.cshtml @@ -37,52 +37,49 @@ } } -
-
+ + +
+
Configure Authenticator app
+

Display the key or QR code to configure an authenticator app with your current setup.

+
+ +
+ +
+
Reset Authenticator app
+

Invalidates the current authenticator configuration. Useful if you believe your authenticator settings were compromised.

+
+ +
+ } + else + { + +
+
Enable 2FA
+

Enable two-factor authentication using TOTP with apps such as Google Authenticator.

+
+ +
+ }
@section Scripts { diff --git a/BTCPayServer/wwwroot/main/themes/default-dark.css b/BTCPayServer/wwwroot/main/themes/default-dark.css index 226d05478..d6bf6fb11 100644 --- a/BTCPayServer/wwwroot/main/themes/default-dark.css +++ b/BTCPayServer/wwwroot/main/themes/default-dark.css @@ -39,9 +39,12 @@ filter: none; } +.list-group-item-action, +.list-group-item-action:hover { + color: var(--btcpay-body-color); +} + +.list-group-item-action:hover, .table-sm tbody tr:hover { background-color: var(--btcpay-color-neutral-950); } -.list-group-item-action { - color: var(--btcpay-body-color); -} diff --git a/BTCPayServer/wwwroot/main/themes/default.css b/BTCPayServer/wwwroot/main/themes/default.css index e0170b7cd..9e5c06de7 100644 --- a/BTCPayServer/wwwroot/main/themes/default.css +++ b/BTCPayServer/wwwroot/main/themes/default.css @@ -124,8 +124,9 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { border-top: none; } +.list-group-item-action:hover, .table-sm tbody tr:hover { - background-color: var(--btcpay-color-neutral-100); + background-color: var(--btcpay-color-white); } .removetopborder tr:first-child th,