You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.
As a developer,
I want to organize the app's colors via a color scheme and use them as variables in the styles.css,
In order to clean up the app and to have a better overview.
Acceptance criteria
In the styles.css, all necessary colors are defined.
In the components, where the corresponding colors are needed, var(--) is used.
Tasks
Define the colors in the styles.css.
Change the colors with (var--) in every component.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Value proposition
As a developer,
I want to organize the app's colors via a color scheme and use them as variables in the styles.css,
In order to clean up the app and to have a better overview.
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: