Merge pull request #16 from r-flash/patch-1

fix: Remove inline CSS backgrounds in a code block
This commit is contained in:
httpjamesm 2023-02-13 12:39:17 -05:00 committed by GitHub
commit cf8892b4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,10 @@ pre {
line-height: 1.35;
}
pre code {
background: none;
}
.timestamp {
color: var(--muted-text-color);
font-size: 0.8rem;