1
0
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 
This commit is contained in:
chylex 2018-04-03 01:10:53 +02:00
parent 86ffeaac9a
commit 7abfbea2da
2 changed files with 2 additions and 2 deletions
Resources/Plugins/edit-design

View File

@ -8,7 +8,7 @@ Edit layout & design
chylex
[version]
1.2.4
1.2.5
[website]
https://tweetduck.chylex.com

View File

@ -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 }
` : ``}