From 612aa929ae58e39f6dacd72183cd77e820e0740e Mon Sep 17 00:00:00 2001 From: John Mercouris Date: Fri, 15 Mar 2024 13:42:06 -0500 Subject: [PATCH] prompt-buffer: Override font color for TD. This used to be OK without specifying, but WebKitGTK+ added an internal stylesheet for Tables changing this. --- source/prompt-buffer.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/prompt-buffer.lisp b/source/prompt-buffer.lisp index 6a2e4182ea5..7d2d0e3a813 100644 --- a/source/prompt-buffer.lisp +++ b/source/prompt-buffer.lisp @@ -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"