Skip to content

Commit

Permalink
WCAG Edit featured/featured-indicator from white to black
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinICATT committed Sep 11, 2023
1 parent 7bc4d7f commit b550467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/werkbericht/WerkBericht.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ article {
width: fit-content;
align-items: center;
gap: var(--spacing-small);
color: var(--color-white);
color: var(--color-black);
background: var(--color-error);
border-top-right-radius: var(--radius-large);
border-bottom-right-radius: var(--radius-large);
Expand Down
2 changes: 1 addition & 1 deletion src/layout/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ nav ul {
display: flex;
align-items: center;
justify-content: center;
color: var(--color-white);
color: var(--color-black);
block-size: 100%;
inline-size: 1.8rem;
background-color: var(--color-error);
Expand Down

0 comments on commit b550467

Please sign in to comment.