fix: (Catodon #73) Weird dark background on inline code in chat view

This commit is contained in:
Lhcfl 2024-02-26 20:55:21 +08:00
parent 853a511f36
commit 6a239bff21

View file

@ -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;
}
}