inputs should always use the main font
This commit is contained in:
parent
2488354581
commit
61f0c56135
|
@ -514,6 +514,7 @@ input {
|
||||||
background-color: $highlight_bg_color;
|
background-color: $highlight_bg_color;
|
||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
font-family: $main_font;
|
||||||
background-color: $highlight_bg_color;
|
background-color: $highlight_bg_color;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
|
|
Loading…
Reference in New Issue