From c1eaf61147320677bea23cf2644a398536cc69fe Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sun, 2 Jun 2024 09:19:50 +0800 Subject: [PATCH] Modify guestbook failure message text and style --- src/assets/css/comments.css | 4 ++-- src/assets/js/comments.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/css/comments.css b/src/assets/css/comments.css index d1c692ff..0fb6bef5 100644 --- a/src/assets/css/comments.css +++ b/src/assets/css/comments.css @@ -23,7 +23,7 @@ .comment-form, .input-horizontal-wrapper { - gap: 0.7em; + gap: 1em; } .input-horizontal-wrapper { @@ -60,7 +60,7 @@ } .inline-banner.warning a { - color: var(--clr-body-txt); + color: unset; } .form-footer, diff --git a/src/assets/js/comments.js b/src/assets/js/comments.js index 69aa6b79..f1ebd6e4 100644 --- a/src/assets/js/comments.js +++ b/src/assets/js/comments.js @@ -207,7 +207,7 @@ registerNamespace("GW.Controls", function (ns) That didn't work. ${this.fallbackEmail - ? `Click here to send as an email instead.` + ? `Send your comment as an email instead.` : "" }