fix: (Catodon #73) Weird dark background on inline code in chat view
This commit is contained in:
parent
853a511f36
commit
6a239bff21
1 changed files with 4 additions and 1 deletions
|
@ -330,7 +330,10 @@ function del(): void {
|
|||
|
||||
> .text {
|
||||
&,
|
||||
::v-deep(*) {
|
||||
::v-deep(a),
|
||||
::v-deep(span),
|
||||
::v-deep(p),
|
||||
::v-deep(blockquote) {
|
||||
color: var(--fgOnAccent) !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue