fix caution and search style in dark mode (#3056)

This commit is contained in:
Graham Brown 2023-07-12 21:27:29 +02:00 committed by GitHub
parent 547549bbf2
commit 8fbae15565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,8 +331,12 @@ div.body p, div.body dd, div.body li, div.body blockquote {
border: 1px solid #808080;
}
div.warning {
div.warning, div.caution {
background-color: #5d1616;
}
dt:target, span.highlighted {
background-color: #8e8129;
}
}