Skip to content

Commit 466d21a

Browse files
committed
Inspector elements should use the default font for code-hinter
1 parent 2b7a469 commit 466d21a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/_styles/theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,10 @@ body {
13531353
border-radius: 4px;
13541354
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
13551355
height: 30px;
1356+
1357+
.CodeMirror {
1358+
font-family: 'Roboto', sans-serif;
1359+
}
13561360
}
13571361

13581362
.codehinter-query-editor-input {

0 commit comments

Comments
 (0)