Skip to content

Commit

Permalink
prompt-buffer: Use monospace font in the input area.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Jan 22, 2024
1 parent 959237a commit f7080ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/prompt-buffer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ See `nyxt::attribute-widths'.")
:stroke ,theme:action-)
`((:and .button (:or :visited :active))
:color ,theme:background)
`(input
:font-family ,theme:monospace-font-family)
`("#input"
:height "28px"
:margin-top "0"
Expand Down

0 comments on commit f7080ec

Please sign in to comment.