Default colon color to primary text color (#7044)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Kendell R 2020-09-18 08:23:41 -07:00 committed by GitHub
parent 24f3db3e3f
commit 357df2bf68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ export class HaCodeEditor extends UpdatingElement {
}
.cm-s-default .cm-meta {
color: var(--codemirror-meta, #000);
color: var(--codemirror-meta, var(--primary-text-color));
}
.cm-s-default .cm-attribute {