mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-15 06:15:47 +02:00
Fix loading spinners, and links in notifications when using black theme
Closes #202
This commit is contained in:
parent
61ae7e3b6a
commit
d5ad1d0daa
Resources/Plugins/edit-design
@ -8,7 +8,7 @@ Edit layout & design
|
||||
chylex
|
||||
|
||||
[version]
|
||||
1.2.2
|
||||
1.2.3
|
||||
|
||||
[website]
|
||||
https://tweetduck.chylex.com
|
||||
|
@ -601,6 +601,7 @@ ${this.config.revertIcons ? `
|
||||
` : ``}
|
||||
|
||||
${this.config.themeOverride === "black" ? `
|
||||
html.dark a, html.dark a:hover, html.dark a:focus, html.dark a:active, html.dark .btn-neutral-positive { color: #8bd }
|
||||
.quoted-tweet { border-color: #292f33 !important }
|
||||
` : ``}
|
||||
|
||||
|
@ -845,3 +845,4 @@ html.dark .NotificationList .Notification-body{color:#14171A}
|
||||
html.dark .DrawerModal{color:#14171A}
|
||||
/* fixes */
|
||||
html.dark .app-search-fake{border-color:transparent}
|
||||
html.dark .spinner-small,html.dark .spinner-large{filter:grayscale(80%)brightness(93%)}
|
||||
|
Loading…
Reference in New Issue
Block a user