Modify guestbook failure message text and style

This commit is contained in:
Helen Chong 2024-06-02 09:19:50 +08:00
parent 2b7b2f9c8c
commit c1eaf61147
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
.comment-form, .comment-form,
.input-horizontal-wrapper { .input-horizontal-wrapper {
gap: 0.7em; gap: 1em;
} }
.input-horizontal-wrapper { .input-horizontal-wrapper {
@ -60,7 +60,7 @@
} }
.inline-banner.warning a { .inline-banner.warning a {
color: var(--clr-body-txt); color: unset;
} }
.form-footer, .form-footer,

View File

@ -207,7 +207,7 @@ registerNamespace("GW.Controls", function (ns)
<span> <span>
That didn't work. That didn't work.
${this.fallbackEmail ${this.fallbackEmail
? `<a class="full" href="mailto:${this.fallbackEmail}?subject=Comment on ${document.title}&body=${contentAry.join("; ")}">Click here to send as an email instead</a>.` ? `<a class="full" href="mailto:${this.fallbackEmail}?subject=Comment on ${document.title}&body=${contentAry.join("; ")}">Send your comment as an email instead</a>.`
: "" : ""
} }
</span> </span>