fix indentation
This commit is contained in:
parent
c19163c84c
commit
7b2824b6f4
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
<p>We received a request to remove two-factor authentication from your account. In 72 hours, click the link below.</p>
|
<p>We received a request to remove two-factor authentication from your account. In 72 hours, click the link below.</p>
|
||||||
<p>If you didn't make this request, change your password and use the Log Out Everywhere feature in your <a href="/settings/security">Security Settings</a> to permanently invalidate the link.</p>
|
<p>If you didn't make this request, change your password and use the Log Out Everywhere feature in your <a href="/settings/security">Security Settings</a> to permanently invalidate the link.</p>
|
||||||
<div class="button-container">
|
<div class="button-container">
|
||||||
<a href="{{action_url}}" class="button" target="_blank">Remove 2FA</a>
|
<a href="{{action_url}}" class="button" target="_blank">Remove 2FA</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="user-info">Please note that {{SITE_TITLE}} will never ask you for your email, password, or two-factor token via email, text, or phone.</p>
|
<p class="user-info">Please note that {{SITE_TITLE}} will never ask you for your email, password, or two-factor token via email, text, or phone.</p>
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.reference-text {
|
.reference-text {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background-color: #222222;
|
background-color: #222222;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue