Skip to content

Commit 5317d4f

Browse files
committed
Fix search dialog font.
1 parent 4e34897 commit 5317d4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,11 @@ section#editor .file-content > div {
970970
background-color: #232a25;
971971
}
972972

973+
input.CodeMirror-search-field {
974+
font-family: "Courier New", "Courier", "Courier 10 Pitch", monospace;
975+
font-size: 18px;
976+
}
977+
973978
.color-warn {
974979
color: #C64438 !important;
975980
}

0 commit comments

Comments
 (0)