We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have to replace all colors that we used by the three colors that we defined. Here is a example how to use the css variables in HTML.
<h2 style="color: var(--primary-color) ;">Hello</h2> <h2 style="color: var(--secondary-color) ;">Hello</h2> <h2 style="color: var(--tertiary-color) ;">Hello</h2>
Here are the colors: Primary Color: Dunkelrot (#8B0000) Secondary Color: Goldgelb (#FFD700) Tertiary Color: Dunkles Grau (#333333)
The text was updated successfully, but these errors were encountered:
Alagts
No branches or pull requests
We have to replace all colors that we used by the three colors that we defined.
Here is a example how to use the css variables in HTML.
Here are the colors:
Primary Color: Dunkelrot (#8B0000)
Secondary Color: Goldgelb (#FFD700)
Tertiary Color: Dunkles Grau (#333333)
The text was updated successfully, but these errors were encountered: