fix(ui): adaptive text color for breadcrumb pills (#200) #238
Reference in New Issue
Block a user
Delete Branch "fix/breadcrumb-contrast"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use WCAG relative luminance to choose dark or light text for breadcrumb pills. Bright backgrounds (Green, Yellow, Mauve) now get dark text (
#1e1e2e) instead of fixed light text (#cdd6f4) that caused poor contrast.Closes #200