Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the color of warning messages to fit our color palette #42

Open
markbranly opened this issue Apr 5, 2024 · 0 comments
Open

Change the color of warning messages to fit our color palette #42

markbranly opened this issue Apr 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@markbranly
Copy link
Owner

a warning message instructing user to add an email address

Please put a valid address in the email field, or we won't be able to send you a new password if you forget yours. Your address is only visible to you and us. Crawlers and other users can't see it.

Markup:

<table border="0" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <td bgcolor="#ffffaa">
        <table cellpadding="5" width="100%">
          <tbody>
            <tr>
              <td>
                Please put a valid address in the email field, or we won't be
                able to send you a new password if you forget yours. Your
                address is only visible to you and us. Crawlers and other users
                can't see it.
              </td>
            </tr>
          </tbody>
        </table>
      </td>
    </tr>
  </tbody>
</table>

Try a tint of gold. Maybe #f5df9e

@markbranly markbranly added the enhancement New feature or request label Apr 5, 2024
@markbranly markbranly added this to the Design Prototype milestone Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant