Qt: Welcome page dark mode fixes.

Adjust the welcome page helpLinks colors.

Change-Id: I2befee142253c7f38aa1976f024c97bbc212cb8f
Ping-Bug: 15511
Reviewed-on: https://code.wireshark.org/review/32507
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Gerald Combs 2019-03-21 16:34:04 -07:00 committed by Anders Broman
parent c287fe2853
commit dc0a7edcb4
1 changed files with 2 additions and 2 deletions

View File

@ -254,11 +254,11 @@
<string>&lt;html&gt;&lt;head&gt;
&lt;style&gt;
a:link {
color: inherit;
color: palette(text);
text-decoration: none;
}
a:hover {
color: inherit;
color: palette(text);
text-decoration: underline;
}
&lt;/style&gt;