summaryrefslogtreecommitdiff
path: root/src/stylesheets/dark.qss
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-27 14:19:20 -0500
committerGitHub <noreply@github.com>2019-11-27 14:19:20 -0500
commite18afba89300979a1cabaf26a956903d737e3253 (patch)
tree800e8f695d1ec4d3a8fe3ed312e5e00ae14df875 /src/stylesheets/dark.qss
parent892a19bfc613bbc6d157eced8356314026febbac (diff)
parent70e66802a2d46a1ffdac7528b134c9d7741a8797 (diff)
Merge pull request #907 from isanae/link-colors
Link colors
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;
+}