mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2024-12-06 19:16:43 +01:00
Merge pull request #16 from r-flash/patch-1
fix: Remove inline CSS backgrounds in a code block
This commit is contained in:
@@ -59,6 +59,10 @@ pre {
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
pre code {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.timestamp {
|
||||
color: var(--muted-text-color);
|
||||
font-size: 0.8rem;
|
||||
|
||||
Reference in New Issue
Block a user