Skip to content

Commit

Permalink
FIX link color
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed May 6, 2024
1 parent ccd1dfa commit a8188c0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs-src/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -3230,7 +3230,7 @@ sl-button::part(base) {
gap: 24px;
}

.footer-policy div sl-button::part(base) {
.footer-policy div a {
font-size: 0.85em;
font-weight: 400;
line-height: 150%;
Expand All @@ -3240,14 +3240,10 @@ sl-button::part(base) {
transition: all 0.15s ease-in-out;
}

.footer-policy div sl-button::part(base):hover {
.footer-policy div a:hover {
color: white;
}

.footer-policy div sl-button::part(label) {
padding: 0;
}

.footer-rights {
font-size: 0.85em;
font-weight: 400;
Expand Down

0 comments on commit a8188c0

Please sign in to comment.