real-world-css-libraries 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +38 -3
- package/index.js +36 -6
- package/libs/30days30submits-18-v0.0.0.css +213 -0
- package/libs/amoled-cord-v5.0.11.css +894 -0
- package/libs/animating-hamburger-icons-v0.1.0.css +618 -0
- package/libs/bootplus-v1.0.5.css +6876 -0
- package/libs/enferno-v13.1.1.css +75 -0
- package/libs/facebook-buttons-v1.0.0.css +223 -0
- package/libs/fluentbird-v1.1.2.css +1060 -0
- package/libs/freebies-v0.0.0.css +1110 -0
- package/libs/gitweb-theme-v0.0.0.css +764 -0
- package/libs/justified-v0.0.0.css +14 -0
- package/libs/kickoff-v8.0.0.css +2267 -0
- package/libs/knacss-v8.2.0.css +1141 -0
- package/libs/linktree-v0.0.0.css +803 -0
- package/libs/littlebox-v0.0.4.css +5833 -0
- package/libs/lynx-v1.4.0.css +1587 -0
- package/libs/obnoxious-v3.5.2.css +1144 -0
- package/libs/obsidian-notebook-themes-v2.2.3.css +272 -0
- package/libs/patternbolt-v0.0.0.css +861 -0
- package/libs/progress-tracker-v3.0.0.css +352 -0
- package/libs/proxmorph-v2.7.3.css +3952 -0
- package/libs/sapc-apca-v0.0.0.css +5546 -0
- package/libs/shina-fox-v0.1.0.css +1194 -0
- package/libs/social-signin-buttons-v0.0.0.css +387 -0
- package/libs/tailwind-cards-v0.0.0.css +215592 -0
- package/libs/the-50-front-end-project-44-v0.0.0.css +459 -0
- package/libs/tocas-v5.7.0.css +19928 -0
- package/libs/utility-opentype-v0.1.4.css +515 -0
- package/libs/vim-css3-syntax-v2.10.0.css +1642 -0
- package/libs/waffle-grid-v1.3.6.css +544 -0
- package/libs/wikipedia-dark-v3.7.9.css +9990 -0
- package/libs/windows-95-v0.0.0.css +393 -0
- package/libs/woah-v1.3.1.css +1025 -0
- package/libs/yacy-v4.1.2.css +677 -0
- package/libs/yue-v1.1.1.css +180 -0
- package/package.json +1 -1
- package/test.js +3 -4
- /package/libs/{responsive-v4.1.4.css → responsive-4-v4.1.4.css} +0 -0
- /package/libs/{responsive-v5.0.0.css → responsive-5-v5.0.0.css} +0 -0
|
@@ -0,0 +1,894 @@
|
|
|
1
|
+
/* https://github.com/LuckFire/amoled-cord/blob/main/src/amoled-cord.css */
|
|
2
|
+
.theme-midnight {
|
|
3
|
+
--message-background-hover: var(--opacity-8) !important;
|
|
4
|
+
--background-mod-muted: var(--opacity-4) !important;
|
|
5
|
+
--background-mod-normal: var(--opacity-16) !important;
|
|
6
|
+
--background-mod-strong: var(--opacity-20) !important;
|
|
7
|
+
--background-mod-subtle: var(--opacity-8) !important;
|
|
8
|
+
--interactive-background-active: var(--opacity-16) !important;
|
|
9
|
+
--interactive-background-hover: var(--opacity-8) !important;
|
|
10
|
+
--interactive-background-selected: var(--opacity-20) !important;
|
|
11
|
+
--background-secondary-alt: var(--neutral-88) !important;
|
|
12
|
+
--card-background-default: var(--background-base-low) !important;
|
|
13
|
+
--modal-background: var(--background-base-lowest) !important;
|
|
14
|
+
--modal-footer-background: var(--background-base-lowest) !important;
|
|
15
|
+
--scrollbar-auto-scrollbar-color-thumb: var(--neutral-80) !important;
|
|
16
|
+
--scrollbar-auto-thumb: var(--neutral-80) !important;
|
|
17
|
+
--scrollbar-thin-thumb: var(--neutral-79) !important;
|
|
18
|
+
--custom-channel-members-bg: var(--background-base-lowest) !important;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@supports (color: color-mix(in lch, red, blue)) {
|
|
22
|
+
.theme-midnight {
|
|
23
|
+
--message-background-hover: color-mix(
|
|
24
|
+
in oklab,
|
|
25
|
+
var(--opacity-8) 100%,
|
|
26
|
+
hsl(var(--theme-base-color-hsl, 0 0% 0%) / 0.0784313725490196)
|
|
27
|
+
var(--theme-base-color-amount, 0%)
|
|
28
|
+
) !important;
|
|
29
|
+
--background-secondary-alt: color-mix(
|
|
30
|
+
in oklab,
|
|
31
|
+
var(--neutral-88) 100%,
|
|
32
|
+
var(--theme-base-color, #000) var(--theme-base-color-amount, 0%)
|
|
33
|
+
) !important;
|
|
34
|
+
--card-background-default: color-mix(
|
|
35
|
+
in oklab,
|
|
36
|
+
var(--background-base-low) 100%,
|
|
37
|
+
var(--theme-base-color, #000) var(--theme-base-color-amount, 0%)
|
|
38
|
+
) !important;
|
|
39
|
+
--modal-background: color-mix(
|
|
40
|
+
in oklab,
|
|
41
|
+
var(--background-base-lowest) 100%,
|
|
42
|
+
var(--theme-base-color, #000) var(--theme-base-color-amount, 0%)
|
|
43
|
+
) !important;
|
|
44
|
+
--modal-footer-background: color-mix(
|
|
45
|
+
in oklab,
|
|
46
|
+
var(--background-base-lowest) 100%,
|
|
47
|
+
var(--theme-base-color, #000) var(--theme-base-color-amount, 0%)
|
|
48
|
+
) !important;
|
|
49
|
+
--scrollbar-auto-scrollbar-color-thumb: color-mix(
|
|
50
|
+
in oklab,
|
|
51
|
+
var(--neutral-80) 100%,
|
|
52
|
+
var(--theme-base-color, #000) var(--theme-base-color-amount, 0%)
|
|
53
|
+
) !important;
|
|
54
|
+
--scrollbar-auto-thumb: color-mix(
|
|
55
|
+
in oklab,
|
|
56
|
+
var(--neutral-80) 100%,
|
|
57
|
+
var(--theme-base-color, #000) var(--theme-base-color-amount, 0%)
|
|
58
|
+
) !important;
|
|
59
|
+
--scrollbar-thin-thumb: color-mix(
|
|
60
|
+
in oklab,
|
|
61
|
+
var(--neutral-79) 100%,
|
|
62
|
+
var(--theme-base-color, #000) var(--theme-base-color-amount, 0%)
|
|
63
|
+
) !important;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
.theme-midnight .header__0b563 {
|
|
67
|
+
background-color: var(--background-base-lowest) !important;
|
|
68
|
+
}
|
|
69
|
+
.theme-midnight .pageBody__41ed7 {
|
|
70
|
+
background-color: var(--background-base-lowest);
|
|
71
|
+
}
|
|
72
|
+
.theme-midnight .container__0b563 {
|
|
73
|
+
background-color: var(--background-base-lowest) !important;
|
|
74
|
+
}
|
|
75
|
+
.theme-midnight .channelRow_e4503a:hover:not(.disabled_e4503a) {
|
|
76
|
+
background-color: var(--opacity-12) !important;
|
|
77
|
+
}
|
|
78
|
+
.theme-midnight .container_bc0d35 {
|
|
79
|
+
background-color: var(--background-base-low);
|
|
80
|
+
border: 1px solid var(--border-subtle);
|
|
81
|
+
}
|
|
82
|
+
.theme-midnight .prompt__5d7c9 {
|
|
83
|
+
background-color: var(--background-base-low);
|
|
84
|
+
}
|
|
85
|
+
.theme-midnight .emptyPage__5d7c9 {
|
|
86
|
+
background-color: var(--background-base-lowest);
|
|
87
|
+
}
|
|
88
|
+
.theme-midnight .profileCard__5d7c9 {
|
|
89
|
+
border: 1px solid var(--border-subtle);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.theme-midnight .calendarPicker_d27f17 .react-datepicker,
|
|
93
|
+
.theme-midnight .calendarPicker_d27f17 .react-datepicker__header {
|
|
94
|
+
background-color: var(--background-base-low);
|
|
95
|
+
}
|
|
96
|
+
.theme-midnight .calendarPicker_d27f17 .react-datepicker__current-month {
|
|
97
|
+
border-bottom-color: var(--border-muted);
|
|
98
|
+
}
|
|
99
|
+
.theme-midnight .calendarPicker_d27f17 .react-datepicker__day.react-datepicker__day--disabled, .theme-midnight .calendarPicker_d27f17 .react-datepicker__day.react-datepicker__day--disabled:hover {
|
|
100
|
+
background-color: var(--background-base-lower);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.theme-midnight .wrapper_fc8177,
|
|
104
|
+
.theme-midnight .wrapper_d852db {
|
|
105
|
+
background: var(--background-base-lowest);
|
|
106
|
+
}
|
|
107
|
+
.theme-midnight .chatContent_f75fb0,
|
|
108
|
+
.theme-midnight .container__34c2c,
|
|
109
|
+
.theme-midnight .container_fb64c9 {
|
|
110
|
+
background: var(--background-base-lowest);
|
|
111
|
+
}
|
|
112
|
+
.theme-midnight .emptyState__7641b {
|
|
113
|
+
border-left: 1px solid var(--app-frame-border);
|
|
114
|
+
}
|
|
115
|
+
.theme-midnight .wrapper_f7ecac {
|
|
116
|
+
background-color: var(--background-surface-high);
|
|
117
|
+
}
|
|
118
|
+
.theme-midnight .channelTextArea_f75fb0 {
|
|
119
|
+
background: var(--background-base-low);
|
|
120
|
+
}
|
|
121
|
+
.theme-midnight .channelTextArea__74017:not(.inlineContainer__74017) .themedBackground__74017 {
|
|
122
|
+
background: var(--background-base-low);
|
|
123
|
+
}
|
|
124
|
+
.theme-midnight .bannerContainer__362cd {
|
|
125
|
+
background: var(--background-base-low);
|
|
126
|
+
}
|
|
127
|
+
.theme-midnight .formWithLoadedChatInput_f75fb0:before,
|
|
128
|
+
.theme-midnight .chatGradient__36d07 {
|
|
129
|
+
background: linear-gradient(to bottom, transparent, var(--background-base-lowest) 100%);
|
|
130
|
+
}
|
|
131
|
+
.theme-midnight .chatTypingGradientAtBottom__36d07 {
|
|
132
|
+
background: linear-gradient(to bottom, transparent, var(--background-base-lowest) 8px, var(--background-base-lowest) 100%);
|
|
133
|
+
}
|
|
134
|
+
.theme-midnight .chatTypingGradientNotAtBottom__36d07 {
|
|
135
|
+
background: linear-gradient(to bottom, transparent, var(--background-base-lowest) 72px, var(--background-base-lowest) 100%);
|
|
136
|
+
}
|
|
137
|
+
.theme-midnight .optionPill__1464f {
|
|
138
|
+
border: 1px solid var(--border-muted);
|
|
139
|
+
background-color: var(--background-surface-high);
|
|
140
|
+
}
|
|
141
|
+
.theme-midnight .optionPill__1464f .optionPillKey__1464f {
|
|
142
|
+
background-color: var(--background-base-lower);
|
|
143
|
+
}
|
|
144
|
+
.theme-midnight .stackedBars__74017 {
|
|
145
|
+
background: var(--background-surface-high);
|
|
146
|
+
}
|
|
147
|
+
.theme-midnight .embedCard__44c9a {
|
|
148
|
+
border: 1px solid var(--border-subtle);
|
|
149
|
+
border-bottom: none;
|
|
150
|
+
background-color: var(--background-surface-high);
|
|
151
|
+
}
|
|
152
|
+
.theme-midnight .footerContainer__44492 {
|
|
153
|
+
border: 1px solid var(--border-subtle);
|
|
154
|
+
background-color: var(--background-base-lower);
|
|
155
|
+
}
|
|
156
|
+
.theme-midnight .embedCard_b99f57 {
|
|
157
|
+
border: 1px solid var(--border-subtle);
|
|
158
|
+
background-color: var(--background-surface-high);
|
|
159
|
+
}
|
|
160
|
+
.theme-midnight .embedCard_b99f57 .cardFooter_b99f57 {
|
|
161
|
+
border-top: 1px solid var(--border-subtle);
|
|
162
|
+
background-color: var(--background-base-low);
|
|
163
|
+
}
|
|
164
|
+
.theme-midnight .bumpBox_cacd02 {
|
|
165
|
+
background-color: var(--background-base-low);
|
|
166
|
+
border: 1px solid var(--border-muted);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.theme-midnight .container_db0ccb,
|
|
170
|
+
.theme-midnight .tabBar_fe7ab2 {
|
|
171
|
+
background-color: var(--background-base-lowest);
|
|
172
|
+
}
|
|
173
|
+
.theme-midnight .tabBar_fe7ab2,
|
|
174
|
+
.theme-midnight .sidebarContent_db0ccb {
|
|
175
|
+
border-color: var(--app-frame-border);
|
|
176
|
+
}
|
|
177
|
+
.theme-midnight .container_a51e6d,
|
|
178
|
+
.theme-midnight .actionProperties_a81334 {
|
|
179
|
+
background-color: var(--background-base-lowest);
|
|
180
|
+
border-color: var(--app-frame-border);
|
|
181
|
+
}
|
|
182
|
+
.theme-midnight .inspectorContainer__0939d,
|
|
183
|
+
.theme-midnight .inspectorContainer_a81334 {
|
|
184
|
+
background-color: var(--background-base-lowest);
|
|
185
|
+
}
|
|
186
|
+
.theme-midnight .inspectorWrapper_fe7ab2 > ul {
|
|
187
|
+
background-color: var(--background-base-lowest) !important;
|
|
188
|
+
}
|
|
189
|
+
.theme-midnight .canvas_df4c28 {
|
|
190
|
+
background-color: var(--background-base-lowest);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.theme-midnight .container_f369db {
|
|
194
|
+
background-color: var(--background-base-lowest);
|
|
195
|
+
}
|
|
196
|
+
.theme-midnight .descriptionContainer_ca49a1 {
|
|
197
|
+
background-color: var(--background-base-lowest);
|
|
198
|
+
border: 1px solid var(--border-subtle);
|
|
199
|
+
}
|
|
200
|
+
.theme-midnight .linkContainer_ca49a1 {
|
|
201
|
+
background-color: var(--background-base-lowest);
|
|
202
|
+
}
|
|
203
|
+
.theme-midnight .gradient_ca49a1 {
|
|
204
|
+
background: linear-gradient(to top, var(--background-base-lowest), transparent);
|
|
205
|
+
}
|
|
206
|
+
.theme-midnight .contentPreview__9a337 {
|
|
207
|
+
background-color: var(--background-base-lowest);
|
|
208
|
+
}
|
|
209
|
+
.theme-midnight .textContentFooter__9a337 {
|
|
210
|
+
background: linear-gradient(to top, hsl(var(--black-hsl)/1), hsl(var(--black-hsl)/0.97) 36px, hsl(var(--black-hsl)/0.4));
|
|
211
|
+
}
|
|
212
|
+
.theme-midnight .textContentFooter__9a337.noTags__9a337 {
|
|
213
|
+
background: linear-gradient(to top, hsl(var(--black-hsl)/1), hsl(var(--black-hsl)/0));
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.theme-midnight .container__9293f {
|
|
217
|
+
--__header-bar-background: var(--background-base-lowest);
|
|
218
|
+
}
|
|
219
|
+
.theme-midnight .backdrop__8a7fc {
|
|
220
|
+
background: var(--background-base-lowest);
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.theme-midnight .page_c791b2 {
|
|
224
|
+
background-color: var(--background-base-lowest) !important;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.theme-midnight .searchResult__80bf8 {
|
|
228
|
+
background-color: var(--background-base-lowest);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.theme-midnight .contentContainer__89463,
|
|
232
|
+
.theme-midnight .sidebarContainer__89463 {
|
|
233
|
+
background-color: var(--background-base-lowest);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.theme-midnight .pillContainer__9e06a {
|
|
237
|
+
background-color: var(--background-base-lower);
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.theme-midnight .background__7449f {
|
|
241
|
+
background-color: var(--background-base-lowest);
|
|
242
|
+
}
|
|
243
|
+
.theme-midnight .resourceChannel__7449f:hover {
|
|
244
|
+
background-color: var(--interactive-background-hover);
|
|
245
|
+
}
|
|
246
|
+
.theme-midnight .headerBarInner__7449f:after {
|
|
247
|
+
background: linear-gradient(to bottom, rgba(50, 52, 58, 0) 0, var(--background-base-lowest) 100%);
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.theme-midnight .opaqueBackground__79d38 {
|
|
251
|
+
background: hsl(var(--primary-800-hsl)/0.85);
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.theme-midnight .mini_a562c8 .bar_a562c8,
|
|
255
|
+
.theme-midnight .slider_a562c8 .bar_a562c8 {
|
|
256
|
+
background-color: var(--background-surface-highest);
|
|
257
|
+
}
|
|
258
|
+
.theme-midnight .markDash_a562c8 {
|
|
259
|
+
background-color: var(--background-surface-highest);
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.theme-midnight .pageContainer__09fde,
|
|
263
|
+
.theme-midnight .emptySearchWrapper__83bd4 {
|
|
264
|
+
background-color: var(--background-base-lowest);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.theme-midnight .videoWrapper__2f4f7:not(.wrapper__48b20),
|
|
268
|
+
.theme-midnight .streamHidden_c30e20,
|
|
269
|
+
.theme-midnight .streamPreview__2f4f7 {
|
|
270
|
+
background-color: var(--background-base-low);
|
|
271
|
+
}
|
|
272
|
+
.theme-midnight .participantsButton__211d1 {
|
|
273
|
+
background-color: var(--background-surface-higher);
|
|
274
|
+
}
|
|
275
|
+
.theme-midnight .participantsButton__211d1:hover {
|
|
276
|
+
background-color: var(--background-surface-high);
|
|
277
|
+
}
|
|
278
|
+
.theme-midnight .wrapper_cb9592:has(.resizeHandle__4b144) .callContainer_cb9592 {
|
|
279
|
+
border-bottom: 1px solid var(--border-subtle);
|
|
280
|
+
}
|
|
281
|
+
.theme-midnight .container__664ff {
|
|
282
|
+
border-left: 1px solid var(--app-frame-border);
|
|
283
|
+
background-color: var(--background-base-lowest);
|
|
284
|
+
}
|
|
285
|
+
.theme-midnight .background__506d9 {
|
|
286
|
+
background-color: var(--background-base-low);
|
|
287
|
+
}
|
|
288
|
+
.theme-midnight .container__6b38f.pulse__6b38f {
|
|
289
|
+
background-color: var(--neutral-95);
|
|
290
|
+
border: 1px solid var(--opacity-24);
|
|
291
|
+
}
|
|
292
|
+
.theme-midnight .container__6b38f.pulse__6b38f:hover {
|
|
293
|
+
background-color: var(--opacity-12);
|
|
294
|
+
}
|
|
295
|
+
.theme-midnight .tileContainer__71eb2:hover {
|
|
296
|
+
background-color: var(--opacity-12);
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.theme-midnight .authBox__921c5 {
|
|
300
|
+
background-color: var(--background-base-lowest);
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.theme-midnight .collectibleInfoContainer_c50f62 {
|
|
304
|
+
background-color: var(--background-base-lowest);
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.theme-midnight .accountBtnInner__750de,
|
|
308
|
+
.theme-midnight .application__750de {
|
|
309
|
+
border: 1px solid var(--border-subtle);
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.theme-midnight .message_fd14e0 {
|
|
313
|
+
background-color: var(--background-base-lowest);
|
|
314
|
+
border: 1px solid var(--border-subtle);
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.theme-midnight .aside__4d307 {
|
|
318
|
+
background-color: var(--background-base-lowest);
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.theme-midnight .circle__710ee {
|
|
322
|
+
background-color: var(--background-base-low);
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.theme-midnight .container__8a031 {
|
|
326
|
+
background-color: var(--background-base-lowest);
|
|
327
|
+
}
|
|
328
|
+
.theme-midnight .bodyControls__8a031:after {
|
|
329
|
+
background: radial-gradient(88.69% 87.5% at 50% 87.5%, transparent 0, var(--background-base-lowest) 100%);
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.theme-midnight .gifPicker__6c39d .header_fed6d3 {
|
|
333
|
+
background-color: var(--background-base-lowest);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.theme-midnight .footer_a55fdc {
|
|
337
|
+
background-color: var(--background-base-lowest);
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.theme-midnight .keyboardShortcutsModal_f061f6 {
|
|
341
|
+
background-color: var(--background-base-lowest);
|
|
342
|
+
}
|
|
343
|
+
.theme-midnight .keybindGroup_f061f6 {
|
|
344
|
+
background-color: var(--background-base-low);
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.theme-midnight .scroller__6fd0e {
|
|
348
|
+
background-color: var(--background-base-lowest);
|
|
349
|
+
}
|
|
350
|
+
.theme-midnight .headerWave__1dfae {
|
|
351
|
+
color: var(--background-base-lowest);
|
|
352
|
+
}
|
|
353
|
+
.theme-midnight .bodyWaveGradientStop1__1dfae,
|
|
354
|
+
.theme-midnight .bodyWaveGradientStop3__1dfae {
|
|
355
|
+
stop-color: var(--background-base-lower);
|
|
356
|
+
}
|
|
357
|
+
.theme-midnight .bodyWaveGradientStop2__1dfae {
|
|
358
|
+
stop-color: var(--background-base-low);
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.theme-midnight .main_c08b38:not(.fullBorderWithGradient_c08b38) {
|
|
362
|
+
border-top: 1px solid var(--app-frame-border);
|
|
363
|
+
}
|
|
364
|
+
.theme-midnight .prompt_fe70ca {
|
|
365
|
+
border: 1px solid var(--border-normal);
|
|
366
|
+
}
|
|
367
|
+
.theme-midnight .navButtons_fe70ca {
|
|
368
|
+
background-color: var(--background-base-lowest);
|
|
369
|
+
}
|
|
370
|
+
.theme-midnight .termsFieldBody_fe70ca {
|
|
371
|
+
background-color: var(--background-base-low);
|
|
372
|
+
border: 1px solid var(--border-subtle);
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.theme-midnight .premiumBrandRefreshBackground_e5f3a9 {
|
|
376
|
+
background-color: var(--background-base-lowest) !important;
|
|
377
|
+
}
|
|
378
|
+
.theme-midnight .premiumBrandRefreshHeader_e50a4d,
|
|
379
|
+
.theme-midnight .skuSelectModalContent_e50a4d.premiumBrandRefreshContent_e50a4d.premiumBrandRefreshContent_e50a4d {
|
|
380
|
+
background-color: var(--background-base-lowest);
|
|
381
|
+
}
|
|
382
|
+
.theme-midnight .oneStepCheckoutTextWrapper_d5200e {
|
|
383
|
+
background-color: var(--background-base-lowest);
|
|
384
|
+
}
|
|
385
|
+
.theme-midnight .bodyGradient_d5200e {
|
|
386
|
+
background: linear-gradient(0deg, transparent 0, var(--background-base-lowest) 46.63%);
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.theme-midnight .confirmation__1051d {
|
|
390
|
+
background-color: var(--background-base-lowest);
|
|
391
|
+
}
|
|
392
|
+
.theme-midnight .iconWrapper__1051d {
|
|
393
|
+
background-color: var(--background-base-low);
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.theme-midnight .scroller__01c8c {
|
|
397
|
+
border-right: 1px solid var(--border-subtle);
|
|
398
|
+
background-color: var(--background-base-lowest);
|
|
399
|
+
}
|
|
400
|
+
.theme-midnight .voters__01c8c {
|
|
401
|
+
background-color: var(--background-base-lowest);
|
|
402
|
+
}
|
|
403
|
+
.theme-midnight .voteSelected__01c8c {
|
|
404
|
+
background-color: var(--background-base-low);
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.theme-midnight .connectionRowHeaderError__5b400 {
|
|
408
|
+
background-color: hsl(var(--neutral-95-hsl)/0.7);
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.theme-midnight .right__58ae6,
|
|
412
|
+
.theme-midnight .rightContent__58ae6 {
|
|
413
|
+
background-color: var(--background-base-lowest);
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.theme-midnight .previewDark__4e29d {
|
|
417
|
+
background-color: var(--background-base-lowest);
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.theme-midnight .relative__8a7fc {
|
|
421
|
+
border-bottom: 1px solid var(--app-frame-border);
|
|
422
|
+
}
|
|
423
|
+
.theme-midnight .relative__8a7fc,
|
|
424
|
+
.theme-midnight .scroller__23746,
|
|
425
|
+
.theme-midnight .container_cbd375 {
|
|
426
|
+
background-color: var(--background-base-lowest);
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.theme-midnight .containerSidenav_dc2e0e {
|
|
430
|
+
background-color: var(--background-base-lowest);
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.theme-midnight .tabBody__133bf,
|
|
434
|
+
.theme-midnight .nowPlayingColumn__133bf,
|
|
435
|
+
.theme-midnight .container__7d20c,
|
|
436
|
+
.theme-midnight .emptyCard__7e549 {
|
|
437
|
+
background-color: var(--background-base-lowest);
|
|
438
|
+
}
|
|
439
|
+
.theme-midnight .body__00943 .section__00943 {
|
|
440
|
+
background-color: var(--background-base-lowest);
|
|
441
|
+
border: 1px solid var(--border-subtle);
|
|
442
|
+
}
|
|
443
|
+
.theme-midnight .addFriendInputWrapper__72ba7:not(:focus-within) {
|
|
444
|
+
border-color: var(--input-border);
|
|
445
|
+
}
|
|
446
|
+
.theme-midnight .addFriendInputWrapper__72ba7 {
|
|
447
|
+
background: var(--input-background);
|
|
448
|
+
}
|
|
449
|
+
.theme-midnight .outer_bf1984 {
|
|
450
|
+
background-color: var(--background-base-low);
|
|
451
|
+
}
|
|
452
|
+
.theme-midnight .outer_bf1984.active_bf1984:hover, .theme-midnight .outer_bf1984.interactive_bf1984:hover {
|
|
453
|
+
background-color: var(--background-surface-high);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.theme-midnight .page__5e434:empty,
|
|
457
|
+
.theme-midnight .page__5e434:has(.loader__5e434, > div:empty:only-child),
|
|
458
|
+
.theme-midnight .noChannel__01d5c {
|
|
459
|
+
border-top: 1px solid var(--app-frame-border);
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.theme-midnight .container_ad5cdf {
|
|
463
|
+
border-top: 1px solid var(--app-frame-border);
|
|
464
|
+
}
|
|
465
|
+
.theme-midnight .scroller__4a84a,
|
|
466
|
+
.theme-midnight .scroller_fb04e1 {
|
|
467
|
+
background-color: var(--background-base-lowest);
|
|
468
|
+
}
|
|
469
|
+
.theme-midnight .installationPath_a6f654 {
|
|
470
|
+
box-shadow: 0 1px 0 0 var(--border-subtle);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.theme-midnight .container_f391e3 {
|
|
474
|
+
background-color: var(--background-base-lowest);
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.theme-midnight .applicationStore_f07d62,
|
|
478
|
+
.theme-midnight .mainPageScroller__80907,
|
|
479
|
+
.theme-midnight .scroller__59141,
|
|
480
|
+
.theme-midnight .allPerksScroller__80907 {
|
|
481
|
+
background-color: var(--background-base-lowest);
|
|
482
|
+
}
|
|
483
|
+
.theme-midnight .card_b5493b {
|
|
484
|
+
border: 1px solid var(--border-subtle);
|
|
485
|
+
background-color: var(--background-surface-high);
|
|
486
|
+
}
|
|
487
|
+
.theme-midnight .card_b5493b .cardDescription__1f069 {
|
|
488
|
+
background-image: linear-gradient(to bottom, var(--background-surface-high) 50%, hsl(var(--primary-800-hsl)/0.75) 80%);
|
|
489
|
+
}
|
|
490
|
+
.theme-midnight .container__0f226 {
|
|
491
|
+
border: 1px solid var(--border-subtle);
|
|
492
|
+
background-color: var(--background-surface-high);
|
|
493
|
+
}
|
|
494
|
+
.theme-midnight .container__0f226 .textContainer__0f226 {
|
|
495
|
+
background-image: linear-gradient(to right, var(--background-surface-high), hsl(var(--primary-800-hsl)/40%) 90%, transparent);
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.theme-midnight .shop__6db1d,
|
|
499
|
+
.theme-midnight .shop__08415,
|
|
500
|
+
.theme-midnight .page__1feb0,
|
|
501
|
+
.theme-midnight .shopScroll__1feb0,
|
|
502
|
+
.theme-midnight .filterBar__1feb0 .filterBar__11877 {
|
|
503
|
+
background-color: var(--background-base-lowest);
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.theme-midnight .addGamePopout_cc46f0 {
|
|
507
|
+
box-shadow: 0 0 0 1px var(--border-subtle), var(--legacy-elevation-high);
|
|
508
|
+
background-color: var(--background-base-low);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.theme-midnight .container__5808f {
|
|
512
|
+
background-color: var(--background-surface-high);
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.theme-midnight .autocomplete__13533 {
|
|
516
|
+
border: 1px solid var(--border-muted);
|
|
517
|
+
background-color: var(--background-base-low);
|
|
518
|
+
}
|
|
519
|
+
.theme-midnight .autocomplete__13533 .wrapper__14245 {
|
|
520
|
+
background-color: var(--background-base-low);
|
|
521
|
+
}
|
|
522
|
+
.theme-midnight .autocomplete__13533 .wrapper__4e6ce {
|
|
523
|
+
border-right: 1px solid var(--border-muted);
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.theme-midnight .createOverwritePopout__0ab2c {
|
|
527
|
+
background-color: var(--background-base-low);
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.theme-midnight .contentWarningPopout_d2eed6 {
|
|
531
|
+
background-color: var(--background-surface-high);
|
|
532
|
+
}
|
|
533
|
+
.theme-midnight .footer_d2eed6 {
|
|
534
|
+
background-color: var(--background-mod-muted);
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.theme-midnight .menu_c1e9c4 {
|
|
538
|
+
border-color: var(--border-muted);
|
|
539
|
+
background-color: var(--background-surface-high);
|
|
540
|
+
}
|
|
541
|
+
.theme-midnight .button_f563df {
|
|
542
|
+
background-color: var(--background-mod-muted);
|
|
543
|
+
}
|
|
544
|
+
.theme-midnight .button_f563df:hover {
|
|
545
|
+
background-color: var(--background-mod-subtle);
|
|
546
|
+
}
|
|
547
|
+
.theme-midnight .button_f563df:active {
|
|
548
|
+
background-color: var(--background-mod-strong);
|
|
549
|
+
}
|
|
550
|
+
.theme-midnight .menu__43313 .customMenuItem__43313 .customNotches__43313 {
|
|
551
|
+
color: var(--background-surface-high);
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.theme-midnight .popout_a16aea,
|
|
555
|
+
.theme-midnight .selectDropdown__0edde {
|
|
556
|
+
background-color: var(--background-surface-high);
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.theme-midnight .popoutContainer__0f481 {
|
|
560
|
+
background-color: color-mix(in oklab, var(--background-surface-high), transparent 10%);
|
|
561
|
+
}
|
|
562
|
+
.theme-midnight .guildSection_d5cd2d {
|
|
563
|
+
background-color: var(--background-base-low);
|
|
564
|
+
border-top: 1px solid var(--border-muted);
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.theme-midnight .container_fc561d {
|
|
568
|
+
background-color: var(--background-base-low);
|
|
569
|
+
}
|
|
570
|
+
.theme-midnight .channelHeader__35a7e,
|
|
571
|
+
.theme-midnight .container__0f711 {
|
|
572
|
+
background-color: var(--background-base-low);
|
|
573
|
+
}
|
|
574
|
+
.theme-midnight .messageContainer__95796,
|
|
575
|
+
.theme-midnight .messages__1ccd1,
|
|
576
|
+
.theme-midnight .forumPost__7d15e {
|
|
577
|
+
background-color: var(--background-base-lowest);
|
|
578
|
+
}
|
|
579
|
+
.theme-midnight .tutorial__2692d,
|
|
580
|
+
.theme-midnight .upsellContainer__4a7f0,
|
|
581
|
+
.theme-midnight .icon_d404a3 {
|
|
582
|
+
background-color: var(--background-surface-high);
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.theme-midnight .messagesPopoutWrap_e8b59c {
|
|
586
|
+
background-color: var(--background-base-low);
|
|
587
|
+
}
|
|
588
|
+
.theme-midnight .header_e8b59c {
|
|
589
|
+
background-color: var(--background-base-low);
|
|
590
|
+
}
|
|
591
|
+
.theme-midnight .footer_e8b59c {
|
|
592
|
+
background-color: var(--background-surface-high);
|
|
593
|
+
}
|
|
594
|
+
.theme-midnight .messageGroupWrapper_e8b59c {
|
|
595
|
+
background-color: var(--background-base-lowest);
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.theme-midnight .popoutList__92efc {
|
|
599
|
+
background-color: var(--background-base-low);
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.theme-midnight .quickSelectPopout_ebaca5 {
|
|
603
|
+
border: 1px solid var(--border-muted);
|
|
604
|
+
background-color: var(--background-surface-high);
|
|
605
|
+
}
|
|
606
|
+
.theme-midnight .quickSelectPopoutOption_ebaca5:hover {
|
|
607
|
+
background-color: var(--background-mod-muted);
|
|
608
|
+
}
|
|
609
|
+
.theme-midnight .quickSelectPopoutOption_ebaca5:focus {
|
|
610
|
+
background-color: var(--background-mod-subtle);
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.theme-midnight .container_d9c882 {
|
|
614
|
+
background-color: var(--background-base-low);
|
|
615
|
+
}
|
|
616
|
+
.theme-midnight .header_d9c882 {
|
|
617
|
+
background-color: var(--background-base-low);
|
|
618
|
+
}
|
|
619
|
+
.theme-midnight .browser__9a792 {
|
|
620
|
+
background-color: var(--background-base-lowest);
|
|
621
|
+
}
|
|
622
|
+
.theme-midnight .browser__9a792 .header_d9c882 {
|
|
623
|
+
background-color: var(--background-base-lowest);
|
|
624
|
+
}
|
|
625
|
+
.theme-midnight .container__6764b {
|
|
626
|
+
background-color: var(--background-base-lowest);
|
|
627
|
+
}
|
|
628
|
+
.theme-midnight .container__6764b:hover {
|
|
629
|
+
background-color: var(--background-base-lower);
|
|
630
|
+
}
|
|
631
|
+
.theme-midnight .icon__1b24f {
|
|
632
|
+
background-color: var(--background-surface-high);
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.theme-midnight .sidebarRegionScroller__23e6b {
|
|
636
|
+
border-right: 1px solid var(--app-frame-border);
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.theme-midnight .contentRegion__23e6b,
|
|
640
|
+
.theme-midnight .contentRegionScroller__23e6b {
|
|
641
|
+
background: var(--background-base-lowest);
|
|
642
|
+
}
|
|
643
|
+
.theme-midnight .content_e9e3ed,
|
|
644
|
+
.theme-midnight .sidebar__409aa,
|
|
645
|
+
.theme-midnight .contentHeader_e9e3ed {
|
|
646
|
+
background-color: var(--background-base-lowest);
|
|
647
|
+
}
|
|
648
|
+
.theme-midnight .fixedContent__409aa:after {
|
|
649
|
+
background: linear-gradient(to bottom, var(--background-base-lowest), transparent);
|
|
650
|
+
}
|
|
651
|
+
.theme-midnight .accountProfileCard__1fed1 {
|
|
652
|
+
background-color: var(--background-base-low);
|
|
653
|
+
border: 1px solid var(--border-subtle);
|
|
654
|
+
}
|
|
655
|
+
.theme-midnight .accountProfileCard__1fed1 .background__1fed1 {
|
|
656
|
+
border: 1px solid var(--border-subtle);
|
|
657
|
+
background-color: var(--background-base-lowest);
|
|
658
|
+
}
|
|
659
|
+
.theme-midnight .accountProfileCard__1fed1 .background__1fed1 .fieldList__1fed1 {
|
|
660
|
+
background-color: var(--background-base-lowest);
|
|
661
|
+
}
|
|
662
|
+
.theme-midnight .emptyContainer_de8069 {
|
|
663
|
+
border: 1px solid var(--border-muted);
|
|
664
|
+
background-color: var(--background-base-low);
|
|
665
|
+
}
|
|
666
|
+
.theme-midnight .card__5cea9 {
|
|
667
|
+
border: 1px solid var(--border-muted);
|
|
668
|
+
}
|
|
669
|
+
.theme-midnight .card__5cea9 .header__5cea9 {
|
|
670
|
+
border-bottom: 1px solid var(--border-muted);
|
|
671
|
+
background-color: var(--background-base-low);
|
|
672
|
+
}
|
|
673
|
+
.theme-midnight .box_f8c98c {
|
|
674
|
+
border-color: var(--border-muted);
|
|
675
|
+
background-color: var(--background-base-low);
|
|
676
|
+
}
|
|
677
|
+
.theme-midnight .headerV2__50a54 {
|
|
678
|
+
border-bottom: 1px solid var(--border-muted);
|
|
679
|
+
background-color: var(--background-base-low);
|
|
680
|
+
}
|
|
681
|
+
.theme-midnight .authedAppV2__50a54 {
|
|
682
|
+
border: 1px solid var(--border-muted);
|
|
683
|
+
background-color: var(--background-base-lower);
|
|
684
|
+
}
|
|
685
|
+
.theme-midnight .connection_c7f964 {
|
|
686
|
+
border: 1px solid var(--border-muted);
|
|
687
|
+
background-color: var(--background-base-low);
|
|
688
|
+
}
|
|
689
|
+
.theme-midnight .connection_c7f964 .metadataContainer_c7f964,
|
|
690
|
+
.theme-midnight .connection_c7f964 .integrationWrapper_c7f964 {
|
|
691
|
+
border: 1px solid var(--border-muted);
|
|
692
|
+
background-color: var(--background-base-lowest);
|
|
693
|
+
}
|
|
694
|
+
.theme-midnight .expandedProgressBarContainerSettingsPage_a61c56,
|
|
695
|
+
.theme-midnight .giftCard_a45ed3 {
|
|
696
|
+
border: 1px solid var(--border-muted);
|
|
697
|
+
background-color: var(--background-base-low);
|
|
698
|
+
}
|
|
699
|
+
.theme-midnight .perkCard_b62c4e {
|
|
700
|
+
border: 1px solid var(--border-muted);
|
|
701
|
+
background-color: var(--background-base-low);
|
|
702
|
+
}
|
|
703
|
+
.theme-midnight .rowBottomBorder_e4ef5c {
|
|
704
|
+
border-color: var(--border-subtle);
|
|
705
|
+
}
|
|
706
|
+
.theme-midnight .appliedBoostContainer_ceb06a {
|
|
707
|
+
border: 1px solid var(--border-muted);
|
|
708
|
+
background-color: var(--background-base-low);
|
|
709
|
+
}
|
|
710
|
+
.theme-midnight .appliedBoostContainer_ceb06a .boostContainerSeparator_ceb06a {
|
|
711
|
+
background-color: var(--border-subtle);
|
|
712
|
+
}
|
|
713
|
+
.theme-midnight .appliedBoostContainer_ceb06a .boostContainer_ceb06a {
|
|
714
|
+
background-color: var(--background-base-low);
|
|
715
|
+
}
|
|
716
|
+
.theme-midnight .appliedBoostContainer_ceb06a .guildContainer__5dba5:not(.recommendedServerCard__51537) {
|
|
717
|
+
border-bottom: 1px solid var(--border-muted);
|
|
718
|
+
}
|
|
719
|
+
.theme-midnight .wave__8e08c {
|
|
720
|
+
fill: var(--background-base-lowest);
|
|
721
|
+
}
|
|
722
|
+
.theme-midnight .guildContainer__5dba5 {
|
|
723
|
+
background-color: var(--background-base-low);
|
|
724
|
+
}
|
|
725
|
+
.theme-midnight .guildContainer__5dba5.recommendedServerCard__51537 {
|
|
726
|
+
border: 1px solid var(--border-muted);
|
|
727
|
+
}
|
|
728
|
+
.theme-midnight .wrapper__5b98e {
|
|
729
|
+
border: 1px solid var(--border-muted);
|
|
730
|
+
background-color: var(--background-base-low);
|
|
731
|
+
}
|
|
732
|
+
.theme-midnight .wrapper__5b98e .list__5b98e {
|
|
733
|
+
border-color: var(--border-subtle);
|
|
734
|
+
}
|
|
735
|
+
.theme-midnight .wrapper__5b98e .listItem__5b98e {
|
|
736
|
+
border-color: var(--border-subtle);
|
|
737
|
+
}
|
|
738
|
+
.theme-midnight .detailsBlock_e335a7 {
|
|
739
|
+
border: 1px solid var(--border-muted);
|
|
740
|
+
background-color: var(--background-base-low);
|
|
741
|
+
}
|
|
742
|
+
.theme-midnight .accountCreditsContainer__94f72 .accountCreditRow__94f72:not(:last-child) {
|
|
743
|
+
border-bottom: 1px solid var(--border-muted);
|
|
744
|
+
}
|
|
745
|
+
.theme-midnight .fractionalPremiumAccountCredit__94f72,
|
|
746
|
+
.theme-midnight .premiumSubscriptionAccountCredit__94f72 {
|
|
747
|
+
border: 1px solid var(--border-muted);
|
|
748
|
+
background-color: var(--background-base-low);
|
|
749
|
+
}
|
|
750
|
+
.theme-midnight .fractionalTimeRemainingRow__94f72 {
|
|
751
|
+
background-color: var(--background-base-lower);
|
|
752
|
+
}
|
|
753
|
+
.theme-midnight .paymentPane__01014 {
|
|
754
|
+
background-color: var(--background-base-low);
|
|
755
|
+
}
|
|
756
|
+
.theme-midnight .paymentPane__01014 .payment_e9cb00 {
|
|
757
|
+
background-color: var(--background-base-low);
|
|
758
|
+
}
|
|
759
|
+
.theme-midnight .paymentPane__01014 .expandedInfo_e9cb00 {
|
|
760
|
+
background-color: var(--background-base-lowest);
|
|
761
|
+
}
|
|
762
|
+
.theme-midnight .preview__3e443 {
|
|
763
|
+
background-color: var(--background-base-lowest);
|
|
764
|
+
}
|
|
765
|
+
.theme-midnight .container_a1d343 {
|
|
766
|
+
background-color: var(--background-base-low);
|
|
767
|
+
border: 1px solid var(--border-subtle);
|
|
768
|
+
}
|
|
769
|
+
.theme-midnight .preview__5d148 {
|
|
770
|
+
background-color: var(--background-base-lowest);
|
|
771
|
+
}
|
|
772
|
+
.theme-midnight .notches__06283.gray__06283 {
|
|
773
|
+
color: var(--background-base-lowest);
|
|
774
|
+
}
|
|
775
|
+
.theme-midnight .progress__06283 {
|
|
776
|
+
background-color: var(--background-surface-highest);
|
|
777
|
+
}
|
|
778
|
+
.theme-midnight .sliderBar__39fa9:not(.speaking__39fa9) {
|
|
779
|
+
background-color: var(--background-surface-highest);
|
|
780
|
+
}
|
|
781
|
+
.theme-midnight .cameraWrapper__11e1f {
|
|
782
|
+
background-color: var(--background-base-low);
|
|
783
|
+
border-color: var(--border-subtle);
|
|
784
|
+
}
|
|
785
|
+
.theme-midnight .backgroundOptionInner__53965 {
|
|
786
|
+
background-color: var(--background-base-low);
|
|
787
|
+
}
|
|
788
|
+
.theme-midnight .defaultKeybindGroup__740f2 {
|
|
789
|
+
background-color: var(--background-base-low);
|
|
790
|
+
}
|
|
791
|
+
.theme-midnight .headerContainer__7db08 {
|
|
792
|
+
background-color: var(--background-base-lowest);
|
|
793
|
+
}
|
|
794
|
+
.theme-midnight .notDetected_cc46f0 {
|
|
795
|
+
background-color: var(--background-surface-high);
|
|
796
|
+
border: 1px solid var(--border-subtle);
|
|
797
|
+
}
|
|
798
|
+
.theme-midnight .game_cc46f0 {
|
|
799
|
+
background-color: var(--background-base-low);
|
|
800
|
+
border: 1px solid var(--border-subtle);
|
|
801
|
+
}
|
|
802
|
+
.theme-midnight .avatarUploaderInnerSquareDisabled_e04502 {
|
|
803
|
+
background-color: var(--background-surface-high);
|
|
804
|
+
}
|
|
805
|
+
.theme-midnight .wrapper__83b1d {
|
|
806
|
+
background-color: var(--background-surface-high);
|
|
807
|
+
}
|
|
808
|
+
.theme-midnight .wrapper__83b1d:focus-within, .theme-midnight .wrapper__83b1d:hover {
|
|
809
|
+
background-color: var(--background-mod-subtle);
|
|
810
|
+
}
|
|
811
|
+
.theme-midnight .titleContainer_e29cd7,
|
|
812
|
+
.theme-midnight .header_c6bf1b {
|
|
813
|
+
background-color: var(--background-base-lowest);
|
|
814
|
+
}
|
|
815
|
+
.theme-midnight .theme-midnight.messageWrapper__981c8 {
|
|
816
|
+
background-color: var(--background-base-lowest);
|
|
817
|
+
}
|
|
818
|
+
.theme-midnight .joinOptions__959cb {
|
|
819
|
+
background-color: var(--background-base-low);
|
|
820
|
+
}
|
|
821
|
+
.theme-midnight .joinOptions__959cb .joinOptionContent__959cb.uninteractive__959cb:hover {
|
|
822
|
+
background-color: var(--background-base-low);
|
|
823
|
+
}
|
|
824
|
+
.theme-midnight .joinOptions__959cb .joinOptionContent__959cb.active__959cb {
|
|
825
|
+
background-color: var(--background-surface-high);
|
|
826
|
+
}
|
|
827
|
+
.theme-midnight .header__99871 {
|
|
828
|
+
background-color: var(--background-base-low);
|
|
829
|
+
border-bottom: 1px solid var(--border-muted);
|
|
830
|
+
}
|
|
831
|
+
.theme-midnight .container__99871 {
|
|
832
|
+
background-color: var(--background-base-lower);
|
|
833
|
+
}
|
|
834
|
+
.theme-midnight .actionContainer__6446f,
|
|
835
|
+
.theme-midnight .mentionLimitContainer_ed9c90 {
|
|
836
|
+
background-color: var(--background-surface-higher);
|
|
837
|
+
}
|
|
838
|
+
.theme-midnight .actionContainer_bc4513 {
|
|
839
|
+
background-color: var(--background-surface-highest);
|
|
840
|
+
}
|
|
841
|
+
.theme-midnight .editCard_a25a68 {
|
|
842
|
+
background-color: var(--background-base-low);
|
|
843
|
+
}
|
|
844
|
+
.theme-midnight .collapseable__217b7:is(.collapseable__4546e, .collapseable_fc46b1) {
|
|
845
|
+
background-color: var(--background-surface-high);
|
|
846
|
+
}
|
|
847
|
+
.theme-midnight .notice_a9b452,
|
|
848
|
+
.theme-midnight .review_a9b452 {
|
|
849
|
+
background-color: var(--background-base-low);
|
|
850
|
+
border: 1px solid var(--border-subtle);
|
|
851
|
+
}
|
|
852
|
+
.theme-midnight .onboardingStepContainer__28e57 {
|
|
853
|
+
border-left: 1px solid var(--border-subtle);
|
|
854
|
+
border-right: 1px solid var(--border-subtle);
|
|
855
|
+
}
|
|
856
|
+
.theme-midnight .onboardingStepContainer__28e57:last-child {
|
|
857
|
+
border-bottom: 1px solid var(--border-subtle);
|
|
858
|
+
}
|
|
859
|
+
.theme-midnight .container__5d756 {
|
|
860
|
+
border: 1px solid var(--border-subtle);
|
|
861
|
+
}
|
|
862
|
+
.theme-midnight .example__5d756 {
|
|
863
|
+
background-color: var(--background-surface-high);
|
|
864
|
+
}
|
|
865
|
+
.theme-midnight .channelCoverage_e34850 {
|
|
866
|
+
background-color: var(--background-base-low);
|
|
867
|
+
}
|
|
868
|
+
.theme-midnight .actionItem_d2b0e4,
|
|
869
|
+
.theme-midnight .resourceChannel_d2b0e4,
|
|
870
|
+
.theme-midnight .suggestedChannels_d2b0e4 {
|
|
871
|
+
background-color: var(--background-base-low);
|
|
872
|
+
}
|
|
873
|
+
.theme-midnight .howItWorksContainer_dd30dc,
|
|
874
|
+
.theme-midnight .creatorBenefitCard__02e4c,
|
|
875
|
+
.theme-midnight .guildCard__2485e {
|
|
876
|
+
border: 1px solid var(--border-muted);
|
|
877
|
+
background-color: var(--background-surface-high);
|
|
878
|
+
}
|
|
879
|
+
.theme-midnight .descriptionBox__981f7 {
|
|
880
|
+
border: 1px solid var(--border-subtle);
|
|
881
|
+
background-color: var(--background-base-low);
|
|
882
|
+
}
|
|
883
|
+
.theme-midnight .settingCard__1a4ef {
|
|
884
|
+
border: 1px solid var(--border-subtle);
|
|
885
|
+
}
|
|
886
|
+
.theme-midnight .settingCard__1a4ef.active__1a4ef {
|
|
887
|
+
background-color: var(--background-base-low);
|
|
888
|
+
}
|
|
889
|
+
.theme-midnight .cardFolder__1a4ef:not(:empty) {
|
|
890
|
+
border-top: 1px solid var(--border-subtle);
|
|
891
|
+
}
|
|
892
|
+
.theme-midnight .scroller__53543 {
|
|
893
|
+
background-color: var(--background-base-lowest);
|
|
894
|
+
}
|