Add 'important' class to css to fix for dark mode (#3470)

This commit is contained in:
Jesse Hills 2023-12-19 11:52:43 +09:00 committed by GitHub
parent 2552595c6b
commit d8d06a274a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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