hotfix for code highlighting

This commit is contained in:
vintro 2024-12-13 17:53:08 -08:00
parent b05c8d4e3b
commit a93b498e9b
No known key found for this signature in database

View File

@ -424,7 +424,7 @@ code {
font-family: var(--codeFont);
border-radius: 5px;
padding: 0.1rem 0.2rem;
background: var(--lightgray);
background: var(--highlight);
}
tbody,