summary refs log tree commit diff
path: root/resources/styles
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
parentDon't let click on reply steal focus from the replied to elements (diff)
downloadnheko-b1eff0a37f242608558d7c3fcdea9e09b89e3457.tar.xz
Improve link theming
Diffstat (limited to 'resources/styles')
-rw-r--r--resources/styles/nheko-dark.qss4
-rw-r--r--resources/styles/nheko.qss5
2 files changed, 9 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, diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index eeb90323..26482db8 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -3,6 +3,11 @@ QLabel { color: #333; } +TextLabel::a { + color: #0077b5; +} + + QuickSwitcher, ReplyPopup, SuggestionsPopup,