File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ bool CNoticeListCtrl::Create( wxWindow* parent ) {
104104
105105 if (wxGetApp ().GetIsDarkMode ()){
106106#if wxUSE_WEBVIEW
107- m_noticesBody = wxT (" <html><style>body{background-color:black;color:white;}</style><head></head><body></body></html>" );
107+ m_noticesBody = wxT (" <html><style>body{background-color:black;color:white;a:link {color:#0080FF;} }</style><head></head><body></body></html>" );
108108#else
109109 m_noticesBody = wxT (" <html><head></head><body bgcolor=black></body></html>" );
110110#endif
@@ -157,7 +157,7 @@ void CNoticeListCtrl::SetItemCount(int newCount) {
157157 m_itemCount = newCount;
158158 if (wxGetApp ().GetIsDarkMode ()){
159159#if wxUSE_WEBVIEW
160- m_noticesBody = wxT (" <html><style>body{background-color:black;color:white;}</style><head></head><body><font face=helvetica>" );
160+ m_noticesBody = wxT (" <html><style>body{background-color:black;color:white;a:link {color:#0080FF;} }</style><head></head><body><font face=helvetica>" );
161161#else
162162 m_noticesBody = wxT (" <html><head></head><body bgcolor=black><font face=helvetica color=white bgcolor=black>" );
163163#endif
You can’t perform that action at this time.
0 commit comments