fix: link text color in callout

This commit is contained in:
草师傅 2025-08-20 21:50:39 +08:00
parent 3979a5394a
commit fdb630410e
Signed by: gb
GPG key ID: 43330A030E2D6478

View file

@ -275,6 +275,14 @@ div.content {
text-decoration: underline 1px;
}
div.callout-info div.callout-content a {
color: dodgerblue;
}
div.callout-warning div.callout-content a {
color: steelblue;
}
blockquote {
border-left: 1px solid var(--accent-color);
color: var(--text-color);