Skip to content

Commit

Permalink
Updates to GDPR banner (#730)
Browse files Browse the repository at this point in the history
Signed-off-by: cjyabraham <[email protected]>
  • Loading branch information
cjyabraham committed May 18, 2023
1 parent 1e34a3e commit 956ed93
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,19 @@ div.osano-cm-disclosure__toggle {
}

.osano-cm-link {
text-decoration: underline;
font-size: 13px;
text-decoration: none;
font-size: 19px;
font-weight: 800;
color: $primary-400;
&:focus-visible {
font-weight: 800;
outline-offset: 1px;
outline: -webkit-focus-ring-color auto 1px;
color: $primary-400;
}
&:hover {
text-decoration: none;
color: $primary-400;
text-decoration: underline;
}
}

Expand Down

0 comments on commit 956ed93

Please sign in to comment.