mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-14 06:09:51 +00:00
Make code editor font family follow theme (#6958)
This commit is contained in:
@@ -97,6 +97,7 @@ export class HaCodeEditor extends UpdatingElement {
|
||||
.CodeMirror {
|
||||
height: var(--code-mirror-height, auto);
|
||||
direction: var(--code-mirror-direction, ltr);
|
||||
font-family: var(--code-font-family, monospace);
|
||||
}
|
||||
.CodeMirror-scroll {
|
||||
max-height: var(--code-mirror-max-height, --code-mirror-height);
|
||||
|
Reference in New Issue
Block a user