From d6e42d9b7d6c95a2c1c34cc2d8294a6811f050fd Mon Sep 17 00:00:00 2001 From: oliver Date: Wed, 10 Jun 2026 17:48:57 -0300 Subject: [PATCH] reset mail comment --- index.html | 4 ++++ styles.css | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/index.html b/index.html index 8b15285..eeaef6a 100644 --- a/index.html +++ b/index.html @@ -247,6 +247,10 @@ > View plans & pricing → +

+ New clients — a reset link has already been sent to + your email. +

diff --git a/styles.css b/styles.css index 035b9e1..87831ed 100644 --- a/styles.css +++ b/styles.css @@ -1979,6 +1979,14 @@ body.auth-layout .auth-pane:last-child { .hire-link:hover { color: var(--accent); } + +.hire-note { + margin: 0; + font-size: 12px; + color: var(--text-muted); + text-align: center; + line-height: 1.5; +} body.auth-layout .auth-forms-divider { width: 1px; align-self: stretch;