1
0
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 
This commit is contained in:
chylex 2018-02-06 04:38:57 +01:00
parent 61ae7e3b6a
commit d5ad1d0daa
3 changed files with 3 additions and 1 deletions
Resources/Plugins/edit-design

View File

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

View File

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

View File

@ -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%)}