mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 14:00:21 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue