From 457d3cacfd449bde047b91ca62d1f353adf5e0f5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Jul 2024 20:00:08 +0200 Subject: Tweak background colour of nag in dark mode. --- src/wx/html_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/html_dialog.cc b/src/wx/html_dialog.cc index c8138c8cd..0f8fe22c1 100644 --- a/src/wx/html_dialog.cc +++ b/src/wx/html_dialog.cc @@ -53,7 +53,7 @@ HTMLDialog::HTMLDialog (wxWindow* parent, wxString title, wxString html, bool ok sizer->Add (h, 1, wxEXPAND | wxALL, 6); if (gui_is_dark()) { - h->SetHTMLBackgroundColour(*wxBLACK); + h->SetHTMLBackgroundColour(wxColour(50, 50, 50)); } h->Bind (wxEVT_HTML_LINK_CLICKED, boost::bind(&HTMLDialog::link_clicked, this, _1)); -- cgit v1.2.3