Skip to content

Commit

Permalink
prompt-buffer: Override font color for TD.
Browse files Browse the repository at this point in the history
This used to be OK without specifying, but WebKitGTK+ added an internal
stylesheet for Tables changing this.
  • Loading branch information
jmercouris committed Mar 15, 2024
1 parent 1e621a6 commit 612aa92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/prompt-buffer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ See `nyxt::attribute-widths'.")
:width "100%"
:table-layout "fixed"
(td
:color ,theme:on-background
:border-radius "2px"
:white-space "nowrap"
:height "20px"
Expand Down

0 comments on commit 612aa92

Please sign in to comment.