mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 08:46:35 +00:00
Default colon color to primary text color (#7044)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
24f3db3e3f
commit
357df2bf68
@ -190,7 +190,7 @@ export class HaCodeEditor extends UpdatingElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-default .cm-meta {
|
.cm-s-default .cm-meta {
|
||||||
color: var(--codemirror-meta, #000);
|
color: var(--codemirror-meta, var(--primary-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-default .cm-attribute {
|
.cm-s-default .cm-attribute {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user