Skip to content

Conversation

@dev-ggomes
Copy link

🚀 CSS colors with variables

I noticed that your CSS code didn’t have the colors defined as variables, which can lead to poor visual consistency across the site. So, on my own initiative, I decided to make a pull request solely to adjust that small detail—which actually makes a big difference.

Why do you should use colors defined as variables in your CSS code?

I converted your site’s colors into variables so that, in the future, if you want to change the site's color scheme, you won’t need to go through the entire CSS code and waste hours replacing each color manually. You’ll only need to update the variable hex values, and the changes will automatically apply across the entire CSS


If you could also support my repositories by giving stars or making pull requests to help improve my projects, I would be extremely grateful.


⭐ Here is my profile: GitHub
:octocat: And if you want to improve the README.md files of your repositories, here’s a guide to help you out: Markdown Guide

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.

1 participant