Skip to content

Commit

Permalink
Fix visited link color in admonition blocks (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Feb 23, 2023
1 parent 1a11987 commit fa5dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/content/admonition.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
border-left: 0;
}

.content-inner blockquote:is(.warning, .error, .info, .neutral, .tip) a {
.content-inner blockquote:is(.warning, .error, .info, .neutral, .tip) :is(a, a:visited) {
color: var(--black);
}

Expand Down

0 comments on commit fa5dff6

Please sign in to comment.