1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-11 03:15:44 +02:00

Fix border color of large timeline cards

This commit is contained in:
chylex 2018-10-18 22:30:11 +02:00
parent 6e8b5a5ce5
commit 28fc67660f

View File

@ -805,4 +805,4 @@ html.dark .app-search-fake{border-color:transparent}
html.dark .spinner-small,html.dark .spinner-large{filter:grayscale(80%)brightness(93%)}
html.dark .tweet>.color-twitter-blue{color:#8bd!important}
html.dark .hw-card-container>div{border-color:#292F33;background:transparent}
html.dark .hw-card-container>div>div{border-right-color:#292F33}
html.dark .hw-card-container>div>div{border-color:#292F33}