···332332 // if we get here, we've successfully created the account and added the email
333333 success = true
334334335335- s.pages.NoticeHTMLWithClears(w, "signup-msg", fmt.Sprintf(`Account created successfully. You can now
336336- <a class="underline text-black dark:text-white" href="/login">login</a>
337337- with <code>%s.tngl.sh</code>.`, username), "signup-error")
335335+ s.pages.NoticeHTMLWithClears(w, "signup-msg", fmt.Sprintf(`
336336+ <div class="w-full h-fit mt-4 p-4 bg-green-50 dark:bg-green-300 border border-green-200 dark:border-green-400 text-green-800 dark:text-green-900 rounded">
337337+ Account created successfully.
338338+ <br/>
339339+ You can now <a class="dark:text-black hover:dark:text-black underline" href="/login">login</a> with <code>%s.tngl.sh</code>.
340340+ </div>
341341+ `, username), "signup-error")
338342339343 // clean up inflight signup asynchronously
340344 go func() {