summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-02-27 00:34:58 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-02-27 00:34:58 +0100
commitb1eff0a37f242608558d7c3fcdea9e09b89e3457 (patch)
tree875c574918759286d0592f6836bd88aba239ce56 /resources/styles/nheko-dark.qss
parent4d79f8078e4883f268ee12bb5db5873bb694e30d (diff)
Improve link theming
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 33e8e150..37c524c7 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -3,6 +3,10 @@ QLabel {
color: #caccd1;
}
+TextLabel::a {
+ color: #38a3d8;
+}
+
QuickSwitcher,
ReplyPopup,
SuggestionsPopup,