dropping markdown support (for now), fixed code block css in html
This commit is contained in:
parent
c6f3cd0d96
commit
02c70dd358
4 changed files with 10 additions and 7 deletions
|
@ -59,7 +59,7 @@
|
|||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.post-text :global(code:has(pre)) {
|
||||
.post-text :global(pre:has(code)) {
|
||||
margin: 8px 0;
|
||||
padding: 8px;
|
||||
display: block;
|
||||
|
@ -69,7 +69,7 @@
|
|||
color: var(--accent);
|
||||
}
|
||||
|
||||
.post-text :global(code pre) {
|
||||
.post-text :global(pre code) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue