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

feat: add (sample) primary/secondary colors #42

Merged
merged 6 commits into from
Jun 9, 2023

Conversation

cguedes
Copy link
Collaborator

@cguedes cguedes commented May 25, 2023

This PR adds (sample) primary and secondary colors (with hover variant) to the project.

Colors Primary hover Secondary hover
image image image

@cguedes cguedes linked an issue May 25, 2023 that may be closed by this pull request
@cguedes cguedes marked this pull request as ready for review May 29, 2023 09:58
@cguedes cguedes requested a review from sergioramos May 29, 2023 09:58
@cguedes
Copy link
Collaborator Author

cguedes commented May 29, 2023

Updated with CSS variables and adjusted colors (configured using HSV)

    --color-primary: 151deg 54% 69%;
    --color-primary-hover: 152deg 54% 48%;
    --color-secondary: 193deg 37% 69%;
    --color-secondary-hover: 193deg 37% 48%;
image

@sergioramos sergioramos changed the title Add (sample) primary/secondary colors feat: add (sample) primary/secondary colors Jun 9, 2023
@sergioramos sergioramos merged commit 0d9a6dc into main Jun 9, 2023
8 checks passed
@sergioramos sergioramos deleted the 41-tailwind-css-configurations-primary-color branch June 9, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Discussion] Tailwind CSS configurations and rules
2 participants