mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-06-24 18:10:59 +00:00
Merge pull request #16 from r-flash/patch-1
fix: Remove inline CSS backgrounds in a code block
This commit is contained in:
commit
cf8892b4cb
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ pre {
|
||||||
line-height: 1.35;
|
line-height: 1.35;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
.timestamp {
|
.timestamp {
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue