inputs should always use the main font

This commit is contained in:
Gabriele Musco 2021-06-28 11:02:21 +02:00
parent 2488354581
commit 61f0c56135
No known key found for this signature in database
GPG Key ID: 8539FD3454380B83
1 changed files with 1 additions and 0 deletions

View File

@ -514,6 +514,7 @@ input {
background-color: $highlight_bg_color;
}
{{ end }}
font-family: $main_font;
background-color: $highlight_bg_color;
padding: 12px;
color: $fg_color;