mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-17 07:34:21 +01:00
Fix YAML content invisible in dark mode for conversation debug result… (#29874)
This commit is contained in:
committed by
Bram Kragten
parent
fdbeb12622
commit
d695c4c845
@@ -670,10 +670,10 @@ export class AssistPipelineDebug extends LitElement {
|
||||
background-color: var(--light-primary-color);
|
||||
color: var(--text-light-primary-color, var(--primary-text-color));
|
||||
direction: var(--direction);
|
||||
--primary-text-color: var(
|
||||
--text-light-primary-color,
|
||||
var(--primary-text-color)
|
||||
);
|
||||
}
|
||||
|
||||
.tool_result [slot="header"] {
|
||||
color: var(--text-light-primary-color, var(--primary-text-color));
|
||||
}
|
||||
|
||||
.message.user,
|
||||
|
||||
Reference in New Issue
Block a user