fix: link text color in callout
This commit is contained in:
parent
3979a5394a
commit
fdb630410e
1 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue