Colors in CSS with variables for a better performace #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚀 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
And if you want to improve the README.md files of your repositories, here’s a guide to help you out: Markdown Guide