Skip to content

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

Merged
sergioramos merged 6 commits into
mainfrom
41-tailwind-css-configurations-primary-color
Jun 9, 2023
Merged

feat: add (sample) primary/secondary colors#42
sergioramos merged 6 commits into
mainfrom
41-tailwind-css-configurations-primary-color

Conversation

@cguedes

@cguedes cguedes commented May 25, 2023

Copy link
Copy Markdown
Collaborator

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

cguedes commented May 29, 2023

Copy link
Copy Markdown
Collaborator Author

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
@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