Fix preview text color overriding inherited color
This messes up dark themes, or really any theme that does not use #222 as body color...
This commit is contained in:
parent
b08b23d59e
commit
2b051194c8
@ -1398,7 +1398,6 @@ kbd {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #222;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .toggle-type-error,
|
#chat .toggle-type-error,
|
||||||
|
Loading…
Reference in New Issue
Block a user