fix: styling conflict for code tags in li elements (#2273)

This commit is contained in:
Óscar 2023-08-15 21:49:45 +02:00 committed by GitHub
parent 695c17d222
commit 74056d15ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ pre table td:nth-of-type(1) {
user-select: none;
}
p code, li code {
p code, li code:not(pre code) {
background-color: #f5f5f5;
white-space: pre-wrap;
padding: 5px;