Fix tip on dark mode (#3062)

This commit is contained in:
Jesse Hills 2023-07-14 10:45:17 +12:00 committed by GitHub
parent 8fbae15565
commit 2da5d1eadf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,7 @@ div.body p, div.body dd, div.body li, div.body blockquote {
color: #e2e2e2;
}
div.note {
div.note, div.tip {
background-color: #2d2c2c;
border: 1px solid #808080;
}