A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
As of now, the --primary-color variable is transformed into rgb when creating the level bars for skills, languages, etc, so you can't edit their color in the custom CSS tab using --primary-color.
As a workaround, you can use a selector to match each color chip like this:
The problem is that if you do the same with the background-color property then there will be no empty chips, since there's no way to distinguish full and empty chips.
I think it's a good idea to add classes to each stylized element. This would allow users to style them themselves and would solve a lot of issues. What do you think? @AmruthPillai
Describe the bug
As of now, the
--primary-color
variable is transformed into rgb when creating the level bars for skills, languages, etc, so you can't edit their color in the custom CSS tab using--primary-color
.As a workaround, you can use a selector to match each color chip like this:
The problem is that if you do the same with the
background-color
property then there will be no empty chips, since there's no way to distinguish full and empty chips.Product Flavor
To Reproduce
Expected behavior
I'd suggest assigning a class to full, half-full, and empty chips, plus using
--primary-color
without converting it to rgb.Screenshots
Without any custom CSS:
Using the following custom CSS:
Using the following custom CSS:
Desktop (please complete the following information):