Skip to content

Commit

Permalink
fix: a11y contrast fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fkakatie committed Jul 30, 2024
1 parent fa63d2e commit 3fd179a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ header nav .nav-brand img {
height: auto;
}

header nav .nav-brand a {
text-decoration: none;
}

/* sections */
header nav .nav-sections {
grid-area: sections;
Expand Down
3 changes: 1 addition & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,10 @@ button {
/* links */
a:any-link {
color: var(--link-color);
text-decoration: none;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
color: var(--link-hover-color);
}

Expand Down

0 comments on commit 3fd179a

Please sign in to comment.