Skip to content

Commit

Permalink
fixup! Improved day links accessibility for calendar component
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Oct 15, 2024
1 parent 799a421 commit 221986e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions www/docs/style/sass/pages/_business.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,20 +243,22 @@ a.business-list__title {
}

a {
background-color: $links;
color: $white-text;
font-weight: bold;
border: 1px solid transparent;
text-decoration: underline;
text-underline-offset: 0.1rem;

&:hover {
background-color: $white-text;
color: $links;
border: 1px solid $links;
background-color: $links;
color: $white-text;
border-color: $links;
text-decoration: none;
}

&:focus {
background-color: $color-yellow;
color: $body-font-color;
border: 1px solid $body-font-color;
border-color: $body-font-color;
}
}
}
Expand Down

0 comments on commit 221986e

Please sign in to comment.