mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-14 03:15:49 +02:00
Fix "Replying to" user link not using black theme in screenshots
Closes #208
This commit is contained in:
parent
86ffeaac9a
commit
7abfbea2da
Resources/Plugins/edit-design
@ -8,7 +8,7 @@ Edit layout & design
|
||||
chylex
|
||||
|
||||
[version]
|
||||
1.2.4
|
||||
1.2.5
|
||||
|
||||
[website]
|
||||
https://tweetduck.chylex.com
|
||||
|
@ -610,7 +610,7 @@ ${this.config.revertIcons ? `
|
||||
|
||||
${currentTheme === "black" ? `
|
||||
html.dark a, html.dark a:hover, html.dark a:focus, html.dark a:active { color: #8bd }
|
||||
#tduck-show-thread { color: #8bd !important }
|
||||
#tduck-show-thread, .other-replies-link { color: #8bd !important }
|
||||
.quoted-tweet { border-color: #292f33 !important }
|
||||
` : ``}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user