Skip to content
New issue

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

Replace all used colors with the new css variables defined in settings.definitions.yaml #133

Open
Alagts opened this issue Jun 12, 2024 · 0 comments
Assignees

Comments

@Alagts
Copy link
Contributor

Alagts commented Jun 12, 2024

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)

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

No branches or pull requests

1 participant