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

Badge Farbe im Dark Mode #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Wiwaltill
Copy link
Contributor

Im Dark Mode sind die Badges mit "normalem" Status quasi nicht sichtbar:

Bagde1

Bagde4

Bagde5

Hier würde ich empfehlen das Info badge zu verwenden:

Bagde2

image

image

Eventuell müsste man noch entscheiden, ob man das Info Badge nur im Dark Mode zu verwenden. Dann müsste man im app.scss folgendes ergänzen:

[data-theme=dark] .badge-outline-primary{
    border: 1px solid #17a2b8;
    color: #17a2b8;
}

@Wiwaltill Wiwaltill changed the title Bande Farbe im Dark Mode Badge Farbe im Dark Mode Sep 29, 2022
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

Successfully merging this pull request may close these issues.

1 participant