-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathOldColours.css
284 lines (241 loc) · 17.8 KB
/
OldColours.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
body {
/* Revert new green to old color */
--old-green: #43b581;
--info-positive-foreground: var(--old-green);
--status-positive-background: var(--old-green);
--text-positive: var(--old-green);
/* Revert new red to old color */
--old-red: #f04747;
--text-danger: var(--old-red);
--info-danger-foreground: var(--old-red);
--status-danger-background: var(--old-red);
/* Revert to old font var */
--font-display: var(--font-primary);
/* Found in Discord's CSS file: oldBrand vs newBrand HTML class - here we force old brand vars via copying */
--brand-experiment-100: #f8f9fd;
--brand-experiment-130: #f2f4fc;
--brand-experiment-160: #ebeefa;
--brand-experiment-200: #e3e7f8;
--brand-experiment-230: #dae0f5;
--brand-experiment-260: #d1d9f3;
--brand-experiment-300: #c7d0f0;
--brand-experiment-330: #b5c1ec;
--brand-experiment-360: #a5b3e7;
--brand-experiment-400: #8ea1e1;
--brand-experiment-430: #869adf;
--brand-experiment-460: #7d92dd;
--brand-experiment: #7289da;
--brand-experiment-500: #7289da;
--brand-experiment-530: #687dc6;
--brand-experiment-560: #5c6fb1;
--brand-experiment-600: #4e5d94;
--brand-experiment-630: #435180;
--brand-experiment-660: #3b4770;
--brand-experiment-700: #2e3757;
--brand-experiment-730: #2b3352;
--brand-experiment-760: #272f4b;
--brand-experiment-800: #222941;
--brand-experiment-830: #1a2032;
--brand-experiment-860: #111521;
--brand-experiment-900: #06070b;
--brand-experiment-05a: rgba(114,137,218,0.05);
--brand-experiment-10a: rgba(114,137,218,0.1);
--brand-experiment-15a: rgba(114,137,218,0.15);
--brand-experiment-20a: rgba(114,137,218,0.2);
--brand-experiment-25a: rgba(114,137,218,0.25);
--brand-experiment-30a: rgba(114,137,218,0.3);
--brand-experiment-35a: rgba(114,137,218,0.35);
--brand-experiment-40a: rgba(114,137,218,0.4);
--brand-experiment-45a: rgba(114,137,218,0.45);
--brand-experiment-50a: rgba(114,137,218,0.5);
--brand-experiment-55a: rgba(114,137,218,0.55);
--brand-experiment-60a: rgba(114,137,218,0.6);
--brand-experiment-65a: rgba(114,137,218,0.65);
--brand-experiment-70a: rgba(114,137,218,0.7);
--brand-experiment-75a: rgba(114,137,218,0.75);
--brand-experiment-80a: rgba(114,137,218,0.8);
--brand-experiment-85a: rgba(114,137,218,0.85);
--brand-experiment-90a: rgba(114,137,218,0.9);
--brand-experiment-95a: rgba(114,137,218,0.95);
}
/* Revert mentions and channel links */
#app-mount .wrapper-3WhCwL {
color: var(--brand-experiment-460);
background: var(--brand-experiment-10a);
text-decoration: none !important;
}
#app-mount .wrapper-3WhCwL:hover {
background: var(--brand-experiment);
color: var(--brand-experiment-100);
}
/* Hide semi-transparent background if mentioned in message */
/* .mentioned-xhSam7 .mention {
background: transparent !important;
} */
/* Revert reactions */
.reaction-1hd86g {
border-radius: 0.25rem;
background: var(--background-modifier-selected);
border-color: transparent !important;
margin-right: 3px;
}
.reaction-1hd86g .reactionCount-2mvXRV {
color: var(--text-muted);
/* A11Y-- */
}
.reaction-1hd86g .reactionInner-15NvIl {
padding: 0 4.5px;
}
/* Self reactions */
.reaction-1hd86g.reactionMe-wv5HKu .reactionCount-2mvXRV {
color: var(--brand-experiment);
/* A11Y-- */
}
.reaction-1hd86g.reactionMe-wv5HKu {
background-color: var(--brand-experiment-30a);
}
/* Reaction hover */
.reaction-1hd86g:hover .reactionCount-2mvXRV {
color: var(--interactive-active) !important;
}
.reaction-1hd86g:hover {
background-color: var(--background-modifier-selected);
}
.reaction-1hd86g.reactionMe-wv5HKu:hover {
background-color: var(--brand-experiment-40a);
}
/* Color BD specific settings elements */
.bd-addon-views .bd-view-button.selected, .bd-button {
background-color: var(--brand-experiment);
}
/* Restyle the create server and discovery buttons to the old green */
.circleIconButton-1QV--U.circleButtonBase-2DCxIZ {
color: var(--old-green);
}
.circleIconButton-1QV--U.circleButtonBase-2DCxIZ.selected-1JjBPm {
color: white;
background-color: var(--old-green);
}
/* On switches to old green */
.container-3auIfb[style="opacity: 1; background-color: rgb(59, 165, 92);"] {
background-color: var(--old-green) !important;
}
/* Text input focus border color is now focus / link, change back to original brand color */
.input-cIJ7To.focused-1mmYsC, .input-cIJ7To:focus {
border-color: var(--brand-experiment);
}
/* Restyle the create server and discovery buttons to the old green */
.circleIconButton-1QV--U.circleButtonBase-2DCxIZ {
color: var(--old-green);
}
.circleIconButton-1QV--U.circleButtonBase-2DCxIZ.selected-1JjBPm {
color: white;
background-color: var(--old-green);
}
/* On switches to old green */
.container-3auIfb[style="opacity: 1; background-color: rgb(59, 165, 92);"] {
background-color: var(--old-green) !important;
}
/* Text input focus border color is now focus / link, change back to original brand color */
.input-cIJ7To.focused-1mmYsC, .input-cIJ7To:focus {
border-color: var(--brand-experiment);
}
/* Change all radio bars with the new green to the old green */
/* In particular, this fixes the privacy and safety settings' 'keep me safe' option */
.radioBar-bMNUI-[style*="--radio-bar-accent-color:#3ba55c"] {
--radio-bar-accent-color: var(--old-green) !important;
}
/* Revert ping mention button being link colored (used to be brand) */
.colorLink-2vG20E.size14-e6ZScH.mentionButton-3710-W {
color: var(--brand-experiment) !important;
}
/* Change the 'get nitro' button in the emoji popup back to the old green */
.lookFilled-1Gx00P.colorGreen-29iAKY {
background-color: var(--old-green);
}
/* Revert the 'Add Friend' button to the old green*/
.item-3HknzM.item-PXvHYJ.themed-OHr7kt[style*="background-color: rgb(59, 165, 92);"] {
background-color: var(--old-green) !important;
}
/* Fix misc SVGs that for some reason sometimes weren't targeted by the previous rules (particularly presence SVGs) */
*[fill="#3ba55c"] {
fill: var(--old-green);
}
/* Fix the call icons in chat */
.icon-2Po-VO.iconSize-2tmqqh[style='background-image: url("/assets/7f75ab26bc5deb393cd8db44d9fe14e7.svg");'] {
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%3E%3Cpath%20fill%3D%22%2343b581%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.7163041%2015.36645368c-.0190957.02699568-1.9039523%202.6680735-2.9957762%202.63320406-3.0676659-.09785935-6.6733809-3.07188394-9.15694343-5.548738C3.08002193%209.9740657.09772497%206.3791404%200%203.3061316v-.024746C0%202.2060575%202.61386252.3152347%202.64082114.2972376c.7110335-.4971705%201.4917101-.3149497%201.80959713.1372281.19320342.2744561%202.19712724%203.2811005%202.42290565%203.6489167.09884826.1608492.14714912.3554431.14714912.5702838%200%20.2744561-.07975258.5770327-.23701117.8751101-.1527655.2902036-.65262318%201.1664385-.89862055%201.594995.2673396.3768148.94804468%201.26429792%202.351016%202.66357424%201.39173858%201.39027775%202.28923588%202.07641807%202.67002628%202.34187563.4302146-.2452108%201.3086162-.74238132%201.5972981-.89423205.5447887-.28682915%201.0907006-.31944893%201.4568885-.08661115.3459689.2182151%203.3383754%202.21027167%203.6225641%202.41611376.2695862.19234426.4144887.5399137.4144887.91672846%200%20.2969525-.089862.61190215-.2808189.88523346%22%2F%3E%3C%2Fsvg%3E") !important;
}
/* Server join icon to old green (arrow left to join system message) */
.icon-2Po-VO.iconSize-2tmqqh[style='background-image: url("/assets/e06a573355c490f7ce6e3125ac01db81.svg");'] {
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18%200H0v18h18z%22%2F%3E%3Cpath%20fill%3D%22%2343b581%22%20d%3D%22M0%208h14.2l-3.6-3.6L12%203l6%206-6%206-1.4-1.4%203.6-3.6H0%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
}
/* Change the lock icon in the settings, it's an img tag so we need to use the content: css attribute instead of background-image */
.lockIcon-2Hj8Tq[src="/assets/acea8fd38500a12d0509c027a274caaa.svg"] {
content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2214px%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate(-545.000000%2C%20-509.000000)%22%20fill%3D%22%2343b581%22%3E%3Cpath%20d%3D%22M553%2C515%20L547%2C515%20L547%2C514%20C547%2C512.346%20548.346%2C511%20550%2C511%20C551.654%2C511%20553%2C512.346%20553%2C514%20L553%2C515%20Z%20M549%2C521%20L551%2C521%20L551%2C517%20L549%2C517%20L549%2C521%20Z%20M550%2C509%20C547.238%2C509%20545%2C511.238%20545%2C514%20L545%2C515%20L545%2C519%20L545%2C521%20C545%2C522.104%20545.896%2C523%20547%2C523%20L553%2C523%20C554.104%2C523%20555%2C522.104%20555%2C521%20L555%2C519%20L555%2C515%20L555%2C514%20C555%2C511.238%20552.762%2C509%20550%2C509%20L550%2C509%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
}
/* Permission checkmarks in authorized apps to the old green */
/* The images in these are specified by class, so it's impossible to get more specific of a match than this */
.permissionCheckmark-1SeKr2 {
background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h18v18H0z%22%2F%3E%3Cpath%20fill%3D%22%2343b581%22%20d%3D%22M14.25%2014.25H3.75V3.75h7.5v-1.5h-7.5c-.8325%200-1.5.6675-1.5%201.5v10.5c0%20.8284271.67157288%201.5%201.5%201.5h10.5c.8284271%200%201.5-.6715729%201.5-1.5v-6h-1.5v6zM6.6825%207.31L5.625%208.375%209%2011.75l7.5-7.5-1.0575-1.065L9%209.6275%206.6825%207.31z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
}
/* Revert the 'An adventure begins' popup to the old green */
.channelNotice-1-XFjC.invite-OjTXrW {
background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22114%22%20height%3D%2254%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%202.8799473C4.54732295%206.42804994%2010.9310111%208.6352%2018.0002%208.6352c7.0688913%200%2013.4525949-2.20680597%2017.9998-5.75466652V.6352H0v2.2447473z%22%2F%3E%3Cpath%20id%3D%22c%22%20d%3D%22M0%203.26476046C4.54732295%208.42512096%2010.9310111%2011.6352%2018.0002%2011.6352c7.0688913%200%2013.4525949-3.2095786%2017.9998-8.369587V0H0v3.26476046z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23424549%22%20d%3D%22M86.9868%2026.9999c0%2013.807-11.193%2025-25%2025-10.352%200-19.234-6.292-23.032-15.26-1.267-2.993-1.968-6.285-1.968-9.74%200-1.173.081-2.326.237-3.456%201.683-12.172%2012.129-21.544%2024.763-21.544%2013.807%200%2025%2011.193%2025%2025%22%2F%3E%3Cpath%20fill%3D%22%23ABACAE%22%20d%3D%22M61.9868%2038.2522c-7.15%200-13-5.85-13-13v-4c0-7.15%205.85-13%2013-13s13%205.85%2013%2013v4c0%207.15-5.85%2013-13%2013%22%2F%3E%3Cpath%20stroke%3D%22%231E1F21%22%20stroke-width%3D%222%22%20d%3D%22M61.9868%2038.2522c-7.15%200-13-5.85-13-13v-4c0-7.15%205.85-13%2013-13s13%205.85%2013%2013v4c0%207.15-5.85%2013-13%2013z%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cg%20transform%3D%22translate(44%2042.365)%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23ABACAE%22%20d%3D%22M0%2013.6352V9.9209143C0%204.7924143%204.477.6352%2010%20.6352h16c5.523%200%2010%204.1572143%2010%209.2857143V13.6352H0z%22%20mask%3D%22url(%23b)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(43%2040.365)%22%3E%3Cmask%20id%3D%22d%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23c%22%2F%3E%3C%2Fmask%3E%3Cpath%20stroke%3D%22%231E1F21%22%20stroke-width%3D%222%22%20d%3D%22M.9868%2015v-3.8185143c0-5.2724136%204.477-9.5462857%2010-9.5462857h16c5.523%200%2010%204.2738721%2010%209.5462857V15h-36z%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20mask%3D%22url(%23d)%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22%231E1F21%22%20stroke-width%3D%222%22%20d%3D%22M37.5281%2032.1989c-.355-1.677-.541-3.416-.541-5.199%200-1.173.08-2.326.237-3.456%201.683-12.172%2012.128-21.544%2024.763-21.544%2013.807%200%2025%2011.193%2025%2025s-11.193%2025-25%2025c-8.745%200-16.441-4.49-20.909-11.29m-2.123-3.9701c-.13-.306-.254-.616-.371-.928%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke%3D%22%23C5D3FF%22%20d%3D%22M24.5602%2037.6239l-.833.833m-3.3336%203.3337l-.833.833m4.9996.0003l-.833-.833m-3.3336-3.3336l-.833-.833%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke%3D%22%237187DD%22%20d%3D%22M105.5774%2023.629c0%201.381-1.119%202.5-2.5%202.5s-2.5-1.119-2.5-2.5%201.119-2.5%202.5-2.5%202.5%201.119%202.5%202.5z%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke%3D%22%23F4D862%22%20d%3D%22M15.9454%2023.206c0%201.105-.895%202-2%202s-2-.895-2-2%20.895-2%202-2%202%20.895%202%202z%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke%3D%22%2343b581%22%20d%3D%22M4%2030.5726v5m2.5-2.5h-5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke%3D%22%23F4D862%22%20d%3D%22M110.0774%2010.587v4m2-2h-4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20fill%3D%22%2343b581%22%20d%3D%22M86.9868%2011.9999c0%205.523-4.477%2010-10%2010s-10-4.477-10-10%204.477-10%2010-10%2010%204.477%2010%2010%22%2F%3E%3Cpath%20stroke%3D%22%231E1F21%22%20stroke-width%3D%222%22%20d%3D%22M66.9868%2011.9999c0-1.381.28-2.696.786-3.892%201.518-3.59%205.072-6.108%209.214-6.108%205.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010c-4.07%200-7.572-2.431-9.133-5.92%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M78.4868%2010.4999v-3c0-.276-.224-.5-.5-.5h-2c-.276%200-.5.224-.5.5v3h-3c-.276%200-.5.224-.5.5v2c0%20.276.224.5.5.5h3v3c0%20.276.224.5.5.5h2c.276%200%20.5-.224.5-.5v-3h3c.276%200%20.5-.224.5-.5v-2c0-.276-.224-.5-.5-.5h-3z%22%2F%3E%3Cpath%20d%3D%22M0%200h114v54H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center 20px;
}
/* Change green colorables from the new green color to the old green color. */
/* In particular, this fixes the join call buttons, but it may also fix other stuff around the app */
.colorable-1bkp8v.green-plH-Mj {
background-color: var(--old-green);
}
/* Also fix the colorables when they're active or being hovered over, for example when hovering over the call buttons */
.colorable-1bkp8v.green-plH-Mj.active-1QRrIS, .colorable-1bkp8v.green-plH-Mj:hover {
background: var(--old-green);
}
/* Verified check mark color */
.verified-1eC5dy {
color: var(--old-green);
}
/* Fix the speaking ring around your avatar in the bottom left corner of your screen */
.avatarSpeaking-2c8-9i {
box-shadow: inset 0 0 0 2px var(--old-green), inset 0 0 0 3px #2f3136;
}
/* And fix speaking avatars in calls in general */
.speaking-B2MXPi.border-Jn5IOt {
box-shadow: inset 0 0 0 2px var(--old-green), inset 0 0 0 3px #2f3136;
}
/* And fix speaking in call when your camera is enabled */
.border-3dQmSY.speaking-WDn8Wm {
box-shadow: inset 0 0 0 2px var(--old-green), inset 0 0 0 3px #000;
}
/* Revert new Nitro icon by setting item */
.premiumTabItem-1QTfBr .icon-Zc-uZZ {
display: none;
}
/* Online status */
.wrapper-3t9DeA rect.pointerEvents-2zdfdO[mask="url(#svg-mask-status-online)"]:not([fill="#ffffff"]) {
fill: var(--old-green);
}
/* Online status (mobile) */
.wrapper-3t9DeA rect.pointerEvents-2zdfdO[mask="url(#svg-mask-status-online-mobile)"]:not([fill="#ffffff"]) {
fill: var(--old-green);
}
/* Online status (typing and other) */
.wrapper-3t9DeA svg.cursorDefault-dsQJ1n > rect[fill="#3ba55c"] {
fill: var(--old-green);
}
/* Revert loading tip title color */
.tipTitle-GL9qAt {
color: var(--brand-experiment) !important;
}
/* Revert home icon */
.homeIcon-FuNwkv > path {
d: path("M 20.6644 20 C 20.6644 20 19.8014 18.9762 19.0822 18.0714 C 22.2226 17.1905 23.4212 15.2381 23.4212 15.2381 C 22.4384 15.881 21.5034 16.3334 20.6644 16.6429 C 19.4658 17.1429 18.3151 17.4762 17.1884 17.6667 C 14.887 18.0953 12.7774 17.9762 10.9795 17.6429 C 9.61301 17.381 8.43836 17 7.45548 16.6191 C 6.90411 16.4048 6.30479 16.1429 5.70548 15.8096 C 5.63356 15.7619 5.56164 15.7381 5.48973 15.6905 C 5.44178 15.6667 5.41781 15.6429 5.39384 15.6191 C 4.96233 15.381 4.7226 15.2143 4.7226 15.2143 C 4.7226 15.2143 5.87329 17.1191 8.91781 18.0238 C 8.19863 18.9286 7.31164 20 7.31164 20 C 2.0137 19.8333 0 16.381 0 16.381 C 0 8.7144 3.45205 2.50017 3.45205 2.50017 C 6.90411 -0.07123 10.1884 0.000197861 10.1884 0.000197861 L 10.4281 0.285909 C 6.11301 1.52399 4.12329 3.40493 4.12329 3.40493 C 4.12329 3.40493 4.65068 3.11921 5.53767 2.71446 C 8.10274 1.59542 10.1404 1.2859 10.9795 1.21447 C 11.1233 1.19066 11.2432 1.16685 11.387 1.16685 C 12.8493 0.976379 14.5034 0.92876 16.2295 1.11923 C 18.5068 1.38114 20.9521 2.0478 23.4452 3.40493 C 23.4452 3.40493 21.5514 1.61923 17.476 0.381146 L 17.8116 0.000197861 C 17.8116 0.000197861 21.0959 -0.07123 24.5479 2.50017 C 24.5479 2.50017 28 8.7144 28 16.381 C 28 16.381 25.9623 19.8333 20.6644 20 Z M 9.51712 8.88106 C 8.15068 8.88106 7.07192 10.0715 7.07192 11.5239 C 7.07192 12.9763 8.17466 14.1667 9.51712 14.1667 C 10.8836 14.1667 11.9623 12.9763 11.9623 11.5239 C 11.9863 10.0715 10.8836 8.88106 9.51712 8.88106 Z M 18.2671 8.88106 C 16.9007 8.88106 15.8219 10.0715 15.8219 11.5239 C 15.8219 12.9763 16.9247 14.1667 18.2671 14.1667 C 19.6336 14.1667 20.7123 12.9763 20.7123 11.5239 C 20.7123 10.0715 19.6336 8.88106 18.2671 8.88106 Z");
}
/* Revert the command names and 'dismiss message' button to blurple */
.commandName-1klrjB.clickable-1bVtEA, .ephemeralMessage-1fEWtQ .anchor-3Z-8Bb.anchorUnderlineOnHover-2ESHQB[role=button] {
color: var(--brand-experiment);
}
/* Fix the color of the spotify play icon on the upload button when playing on spotify */
.attachButtonPlay-3iJ0mf {
color: var(--old-green);
}