From b4bcd833e6313b6f82d559e0596e41acf07858c2 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 26 Jul 2023 15:22:36 +0300 Subject: [PATCH] Force text color to be black --- share/dangerzone.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/dangerzone.css b/share/dangerzone.css index 36b8c8b..8863c37 100644 --- a/share/dangerzone.css +++ b/share/dangerzone.css @@ -5,6 +5,10 @@ QLineEdit { padding: 3px; } +QWidget { + color: black; +} + /* * QLabel left-adjacent to a QLineEdit to give the illusion * that it is part of it, but just not editable