summaryrefslogtreecommitdiff
path: root/src/stylesheets/dark.qss
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheets/dark.qss')
-rw-r--r--src/stylesheets/dark.qss6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss
index 22cd598c..9d11109d 100644
--- a/src/stylesheets/dark.qss
+++ b/src/stylesheets/dark.qss
@@ -380,4 +380,8 @@ DownloadListWidget[downloadView=standard]::item {
DownloadListWidget[downloadView=compact]::item {
padding: 4px;
-} \ No newline at end of file
+}
+
+LinkLabel {
+ qproperty-linkColor: #3399FF;
+}