mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-18 15:15:48 +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
|
chylex
|
||||||
|
|
||||||
[version]
|
[version]
|
||||||
1.2.4
|
1.2.5
|
||||||
|
|
||||||
[website]
|
[website]
|
||||||
https://tweetduck.chylex.com
|
https://tweetduck.chylex.com
|
||||||
|
@ -610,7 +610,7 @@ ${this.config.revertIcons ? `
|
|||||||
|
|
||||||
${currentTheme === "black" ? `
|
${currentTheme === "black" ? `
|
||||||
html.dark a, html.dark a:hover, html.dark a:focus, html.dark a:active { color: #8bd }
|
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 }
|
.quoted-tweet { border-color: #292f33 !important }
|
||||||
` : ``}
|
` : ``}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user