Skip to content

Commit

Permalink
enforces text decoration color to be white in alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
JKarlavige committed Oct 14, 2021
1 parent 9ff2bdc commit 63a4fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ code {
.alert a {
color: var(--ifm-alert-color);
text-decoration: underline;
text-decoration-color: #fff !important;
}

.admonition-icon svg {
Expand Down

0 comments on commit 63a4fbd

Please sign in to comment.