mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
remove pesky automatic quotations
This commit is contained in:
parent
e06e478e11
commit
be6d94750b
|
@ -264,3 +264,11 @@ td {
|
|||
background-color: var(--ifm-hover-overlay);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
blockquote p::before,
|
||||
blockquote p::after,
|
||||
.markdown blockquote p::before,
|
||||
.markdown blockquote p::after {
|
||||
content: none !important;
|
||||
display: none !important;
|
||||
}
|
Loading…
Reference in a new issue