fix style error for code (#1677)

This commit is contained in:
Lu Fei 2024-01-02 13:47:29 +08:00 committed by GitHub
parent 77aebcbd0e
commit d520a556cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ pre {
max-height: 400px;
}
pre code {
display: block;
padding: 3px;
color: #444;
}