Skip to content

Commit

Permalink
Link underline in cookiebot
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Oct 30, 2024
1 parent a4a36ae commit af247d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,9 @@ body button:focus {
padding-right: 59px;
}
}

#CybotCookiebotDialog {
a:hover, a:focus-visible {
text-decoration: underline;
}
}

0 comments on commit af247d8

Please sign in to comment.