Fix textsec-suspicious foreground color

* lisp/international/textsec-check.el (textsec-suspicious): Set
the foreground, too (bug#57796).
This commit is contained in:
Lars Ingebrigtsen 2022-09-14 15:17:43 +02:00
parent c2c4c89dbc
commit 54803dad6d

View file

@ -35,7 +35,7 @@ If nil, these checks are disabled."
:version "29.1")
(defface textsec-suspicious
'((t (:weight bold :background "red")))
'((t (:weight bold :background "red" :foreground "white")))
"Face used to highlight suspicious strings.")
;;;###autoload