|
60 | 60 | --tweet-color-red-primary-hover: rgba(249, 24, 128, 0.1);
|
61 | 61 | --tweet-color-green-primary: rgb(0, 186, 124);
|
62 | 62 | --tweet-color-green-primary-hover: rgba(0, 186, 124, 0.1);
|
63 |
| - --tweet-twitter-icon-color: var(--tweet-color-blue-primary); |
| 63 | + --tweet-twitter-icon-color: var(--tweet-font-color); |
64 | 64 | --tweet-verified-old-color: rgb(130, 154, 171);
|
65 | 65 | --tweet-verified-blue-color: var(--tweet-color-blue-primary);
|
66 | 66 | }
|
|
88 | 88 | --tweet-color-red-primary-hover: rgba(249, 24, 128, 0.1);
|
89 | 89 | --tweet-color-green-primary: rgb(0, 186, 124);
|
90 | 90 | --tweet-color-green-primary-hover: rgba(0, 186, 124, 0.1);
|
91 |
| - --tweet-twitter-icon-color: #fff; |
| 91 | + --tweet-twitter-icon-color: var(--tweet-font-color); |
92 | 92 | --tweet-verified-old-color: rgb(130, 154, 171);
|
93 | 93 | --tweet-verified-blue-color: #fff;
|
94 | 94 | }
|
|
117 | 117 | --tweet-color-red-primary-hover: rgba(249, 24, 128, 0.1);
|
118 | 118 | --tweet-color-green-primary: rgb(0, 186, 124);
|
119 | 119 | --tweet-color-green-primary-hover: rgba(0, 186, 124, 0.1);
|
120 |
| - --tweet-twitter-icon-color: #fff; |
| 120 | + --tweet-twitter-icon-color: var(--tweet-font-color); |
121 | 121 | --tweet-verified-old-color: rgb(130, 154, 171);
|
122 | 122 | --tweet-verified-blue-color: #fff;
|
123 | 123 | }
|
|
0 commit comments