Skip to content

Commit

Permalink
Fix some styling in announcement banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Jun 20, 2024
1 parent ff6200d commit 90f273c
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
color: #ffffff;

a {
color: #000000;
color: #ffffff;
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
text-decoration-color: currentColor;
text-decoration-skip-ink: none;

&:hover {
color: black;
}
}
}

0 comments on commit 90f273c

Please sign in to comment.