Skip to content

Cleanup tailwind colors #4979

Open
Open
@anbraten

Description

@anbraten

We currently have several places defining colros tailwind.css, style.css making it extremely difficult to adjust colors.

Steps

  • Are color variables like --stroke-wp-error-100 actually used, otherwise remove them
  • Avoid colors from being mapped differently for light and dark mode: :root[data-theme='light'] { in style.css, if a color should be different in dark mode use dark:bg- modifier instead
  • verify that color steps are actually based on saturation levels 100, 200, 300, ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactordelete or replace old codeuifrontend related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions