discorb 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/.yardopts +1 -0
- data/Changelog.md +10 -1
- data/Gemfile +17 -17
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/Rakefile +159 -46
- data/crowdin.yml +3 -0
- data/discorb.gemspec +1 -0
- data/docs/application_command.md +6 -6
- data/docs/discord_irb.md +1 -1
- data/docs/events.md +21 -7
- data/docs/extension.md +15 -3
- data/examples/commands/inspect.rb +1 -1
- data/lib/discorb/client.rb +15 -3
- data/lib/discorb/color.rb +1 -0
- data/lib/discorb/common.rb +1 -1
- data/lib/discorb/image.rb +1 -4
- data/lib/discorb/interaction.rb +6 -1
- data/lib/discorb/message.rb +4 -2
- data/lib/discorb/permission.rb +3 -0
- data/po/yard.pot +12452 -0
- data/template-replace/files/css/common.css +519 -0
- data/template-replace/resources/version_list.html +61 -0
- data/template-replace/scripts/index.rb +13 -0
- data/template-replace/scripts/sidebar.rb +11 -0
- data/template-replace/scripts/version.rb +12 -0
- data/template-replace/scripts/yard_replace.rb +27 -0
- metadata +11 -2
@@ -0,0 +1,519 @@
|
|
1
|
+
@media(prefers-color-scheme:light) {
|
2
|
+
* {
|
3
|
+
--header-primary: #060607;
|
4
|
+
--header-secondary: #4f5660;
|
5
|
+
--text-normal: #2e3338;
|
6
|
+
--text-muted: #747f8d;
|
7
|
+
--text-link: #0067e0;
|
8
|
+
--text-positive: #3ba55c;
|
9
|
+
--interactive-normal: #4f5660;
|
10
|
+
--interactive-hover: #2e3338;
|
11
|
+
--interactive-active: #060607;
|
12
|
+
--interactive-muted: #c7ccd1;
|
13
|
+
--background-primary: #fff;
|
14
|
+
--background-secondary: #f2f3f5;
|
15
|
+
--background-secondary-alt: #ebedef;
|
16
|
+
--background-tertiary: #e3e5e8;
|
17
|
+
--background-accent: #747f8d;
|
18
|
+
--background-floating: #fff;
|
19
|
+
--background-mobile-primary: #f8f9f9;
|
20
|
+
--background-mobile-secondary: #fff;
|
21
|
+
--background-modifier-hover: rgba(116, 127, 141, 0.08);
|
22
|
+
--background-modifier-active: rgba(116, 127, 141, 0.16);
|
23
|
+
--background-modifier-selected: rgba(116, 127, 141, 0.24);
|
24
|
+
--background-modifier-accent: rgba(6, 6, 7, 0.08);
|
25
|
+
--info-positive-text: #000;
|
26
|
+
--info-warning-text: #000;
|
27
|
+
--info-danger-text: #000;
|
28
|
+
--info-help-background: rgba(0, 103, 224, 0.1);
|
29
|
+
--info-help-foreground: #0067e0;
|
30
|
+
--info-help-text: #000;
|
31
|
+
--status-warning-text: #fff;
|
32
|
+
--scrollbar-thin-thumb: rgba(79, 84, 92, 0.3);
|
33
|
+
--scrollbar-thin-track: transparent;
|
34
|
+
--scrollbar-auto-thumb: #ccc;
|
35
|
+
--scrollbar-auto-track: #f2f2f2;
|
36
|
+
--scrollbar-auto-scrollbar-color-thumb: #e3e5e8;
|
37
|
+
--scrollbar-auto-scrollbar-color-track: #f2f3f5;
|
38
|
+
--elevation-stroke: 0 0 0 1px rgba(6, 6, 7, 0.08);
|
39
|
+
--elevation-low: 0 1px 0 rgba(6, 6, 7, 0.1), 0 1.5px 0 rgba(6, 6, 7, 0.025), 0 2px 0 rgba(6, 6, 7, 0.025);
|
40
|
+
--elevation-medium: 0 4px 4px rgba(0, 0, 0, 0.08);
|
41
|
+
--elevation-high: 0 8px 16px rgba(0, 0, 0, 0.16);
|
42
|
+
--logo-primary: #5865f2;
|
43
|
+
--control-brand-foreground: #5865f2;
|
44
|
+
--background-mentioned: rgba(250, 166, 26, 0.1);
|
45
|
+
--background-mentioned-hover: rgba(250, 166, 26, 0.2);
|
46
|
+
--background-message-hover: rgba(6, 6, 7, 0.02);
|
47
|
+
--channels-default: #6a7480;
|
48
|
+
--guild-header-text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.4);
|
49
|
+
--channeltextarea-background: #ebedef;
|
50
|
+
--activity-card-background: #fff;
|
51
|
+
--textbox-markdown-syntax: #6a7480;
|
52
|
+
--deprecated-card-bg: #f8f9f9;
|
53
|
+
--deprecated-card-editable-bg: rgba(246, 246, 247, 0.6);
|
54
|
+
--deprecated-store-bg: #f8f9f9;
|
55
|
+
--deprecated-quickswitcher-input-background: #fff;
|
56
|
+
--deprecated-quickswitcher-input-placeholder: rgba(79, 84, 92, 0.3);
|
57
|
+
--deprecated-text-input-bg: rgba(79, 84, 92, 0.02);
|
58
|
+
--deprecated-text-input-border: rgba(79, 84, 92, 0.3);
|
59
|
+
--deprecated-text-input-border-hover: #b9bbbe;
|
60
|
+
--deprecated-text-input-border-disabled: #dcddde;
|
61
|
+
--deprecated-text-input-prefix: #b9bbbe;
|
62
|
+
}
|
63
|
+
}
|
64
|
+
|
65
|
+
@media(prefers-color-scheme:dark) {
|
66
|
+
* {
|
67
|
+
--header-primary: #fff;
|
68
|
+
--header-secondary: #b9bbbe;
|
69
|
+
--text-normal: #dcddde;
|
70
|
+
--text-muted: #72767d;
|
71
|
+
--text-link: #00b0f4;
|
72
|
+
--text-positive: #4fdc7b;
|
73
|
+
--interactive-normal: #b9bbbe;
|
74
|
+
--interactive-hover: #dcddde;
|
75
|
+
--interactive-active: #fff;
|
76
|
+
--interactive-muted: #4f545c;
|
77
|
+
--background-primary: #36393f;
|
78
|
+
--background-secondary: #2f3136;
|
79
|
+
--background-secondary-alt: #292b2f;
|
80
|
+
--background-tertiary: #202225;
|
81
|
+
--background-accent: #4f545c;
|
82
|
+
--background-floating: #18191c;
|
83
|
+
--background-mobile-primary: #36393f;
|
84
|
+
--background-mobile-secondary: #2f3136;
|
85
|
+
--background-modifier-hover: rgba(79, 84, 92, 0.16);
|
86
|
+
--background-modifier-active: rgba(79, 84, 92, 0.24);
|
87
|
+
--background-modifier-selected: rgba(79, 84, 92, 0.32);
|
88
|
+
--background-modifier-accent: hsla(0, 0%, 100%, 0.06);
|
89
|
+
--info-positive-text: #fff;
|
90
|
+
--info-warning-text: #fff;
|
91
|
+
--info-danger-text: #fff;
|
92
|
+
--info-help-background: rgba(0, 176, 244, 0.1);
|
93
|
+
--info-help-foreground: #00b0f4;
|
94
|
+
--info-help-text: #fff;
|
95
|
+
--status-warning-text: #000;
|
96
|
+
--scrollbar-thin-thumb: #202225;
|
97
|
+
--scrollbar-thin-track: transparent;
|
98
|
+
--scrollbar-auto-thumb: #202225;
|
99
|
+
--scrollbar-auto-track: #2e3338;
|
100
|
+
--scrollbar-auto-scrollbar-color-thumb: #202225;
|
101
|
+
--scrollbar-auto-scrollbar-color-track: #2f3136;
|
102
|
+
--elevation-stroke: 0 0 0 1px rgba(4, 4, 5, 0.15);
|
103
|
+
--elevation-low: 0 1px 0 rgba(4, 4, 5, 0.2), 0 1.5px 0 rgba(6, 6, 7, 0.05), 0 2px 0 rgba(4, 4, 5, 0.05);
|
104
|
+
--elevation-medium: 0 4px 4px rgba(0, 0, 0, 0.16);
|
105
|
+
--elevation-high: 0 8px 16px rgba(0, 0, 0, 0.24);
|
106
|
+
--logo-primary: #fff;
|
107
|
+
--control-brand-foreground: #a5b3e7;
|
108
|
+
--background-mentioned: rgba(250, 166, 26, 0.1);
|
109
|
+
--background-mentioned-hover: rgba(250, 166, 26, 0.08);
|
110
|
+
--background-message-hover: rgba(4, 4, 5, 0.07);
|
111
|
+
--channels-default: #8e9297;
|
112
|
+
--guild-header-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
|
113
|
+
--channeltextarea-background: #40444b;
|
114
|
+
--activity-card-background: #202225;
|
115
|
+
--textbox-markdown-syntax: #8e9297;
|
116
|
+
--deprecated-card-bg: rgba(32, 34, 37, 0.6);
|
117
|
+
--deprecated-card-editable-bg: rgba(32, 34, 37, 0.3);
|
118
|
+
--deprecated-store-bg: #36393f;
|
119
|
+
--deprecated-quickswitcher-input-background: #72767d;
|
120
|
+
--deprecated-quickswitcher-input-placeholder: hsla(0, 0%, 100%, 0.3);
|
121
|
+
--deprecated-text-input-bg: rgba(0, 0, 0, 0.1);
|
122
|
+
--deprecated-text-input-border: rgba(0, 0, 0, 0.3);
|
123
|
+
--deprecated-text-input-border-hover: #040405;
|
124
|
+
--deprecated-text-input-border-disabled: #202225;
|
125
|
+
--deprecated-text-input-prefix: #dcddde;
|
126
|
+
}
|
127
|
+
}
|
128
|
+
|
129
|
+
* {
|
130
|
+
--text-warning: #faa61a;
|
131
|
+
--text-danger: #ed4245;
|
132
|
+
--info-positive-background: rgba(59, 165, 92, 0.1);
|
133
|
+
--info-positive-foreground: #3ba55c;
|
134
|
+
--info-warning-background: rgba(250, 166, 26, 0.1);
|
135
|
+
--info-warning-foreground: #faa61a;
|
136
|
+
--info-danger-background: rgba(237, 66, 69, 0.1);
|
137
|
+
--info-danger-foreground: #ed4245;
|
138
|
+
--status-positive-background: #3ba55c;
|
139
|
+
--status-positive-text: #fff;
|
140
|
+
--status-warning-background: #faa61a;
|
141
|
+
--status-danger-background: #ed4245;
|
142
|
+
--status-danger-text: #fff;
|
143
|
+
--focus-primary: #00b0f4;
|
144
|
+
--discord-theme: #5865f2;
|
145
|
+
--discord-theme-dark: #4752c4;
|
146
|
+
--monospace-font: Consolas, Andale Mono WT, Andale Mono, Lucida Console, Menlo, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Monaco, Courier New, Courier, monospace;
|
147
|
+
--general-font: Whitney, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
148
|
+
}
|
149
|
+
|
150
|
+
|
151
|
+
.summary_desc,
|
152
|
+
body,
|
153
|
+
p.signature .extras,
|
154
|
+
h3.signature .extras {
|
155
|
+
font-family: var(--general-font);
|
156
|
+
}
|
157
|
+
|
158
|
+
body {
|
159
|
+
color: var(--text-normal);
|
160
|
+
font-weight: 100;
|
161
|
+
font-size: 14px;
|
162
|
+
background-color: var(--background-secondary);
|
163
|
+
}
|
164
|
+
|
165
|
+
#main {
|
166
|
+
background-color: var(--background-primary);
|
167
|
+
}
|
168
|
+
|
169
|
+
.fixed_header {
|
170
|
+
background: #cc342d;
|
171
|
+
}
|
172
|
+
|
173
|
+
a,
|
174
|
+
a:visited,
|
175
|
+
#main #content a,
|
176
|
+
#main #content a:visited {
|
177
|
+
color: var(--text-link);
|
178
|
+
}
|
179
|
+
|
180
|
+
a:hover,
|
181
|
+
#main #content a:hover {
|
182
|
+
text-decoration: underline;
|
183
|
+
background: transparent;
|
184
|
+
}
|
185
|
+
|
186
|
+
#full_list_header {
|
187
|
+
color: #fff !important;
|
188
|
+
}
|
189
|
+
|
190
|
+
#full_list_nav a {
|
191
|
+
color: #fff !important;
|
192
|
+
}
|
193
|
+
|
194
|
+
#full_list_nav a:hover {
|
195
|
+
color: #eee !important
|
196
|
+
}
|
197
|
+
|
198
|
+
#search {
|
199
|
+
color: #fff8;
|
200
|
+
}
|
201
|
+
|
202
|
+
ul.summary,
|
203
|
+
.summary_desc .object_link a,
|
204
|
+
.docstring .object_link a,
|
205
|
+
#filecontents pre.code,
|
206
|
+
.docstring pre.code,
|
207
|
+
.source_code pre,
|
208
|
+
pre.code code,
|
209
|
+
pre.code span,
|
210
|
+
p.inherited a,
|
211
|
+
.tags ul .name,
|
212
|
+
code,
|
213
|
+
p.signature .aliases .names,
|
214
|
+
h3.signature .aliases .names,
|
215
|
+
tt {
|
216
|
+
font-family: var(--monospace-font);
|
217
|
+
}
|
218
|
+
|
219
|
+
pre.code {
|
220
|
+
color: var(--header-secondary);
|
221
|
+
tab-size: 2;
|
222
|
+
}
|
223
|
+
|
224
|
+
pre.code .info.file {
|
225
|
+
color: var(--header-secondary);
|
226
|
+
}
|
227
|
+
|
228
|
+
pre.code .val,
|
229
|
+
pre.code .tstring_content,
|
230
|
+
pre.code .heredoc_beg,
|
231
|
+
pre.code .heredoc_end,
|
232
|
+
pre.code .qwords_beg,
|
233
|
+
pre.code .qwords_end,
|
234
|
+
pre.code .qwords_sep,
|
235
|
+
pre.code .words_beg,
|
236
|
+
pre.code .words_end,
|
237
|
+
pre.code .words_sep,
|
238
|
+
pre.code .qsymbols_beg,
|
239
|
+
pre.code .qsymbols_end,
|
240
|
+
pre.code .qsymbols_sep,
|
241
|
+
pre.code .symbols_beg,
|
242
|
+
pre.code .symbols_end,
|
243
|
+
pre.code .symbols_sep,
|
244
|
+
pre.code .tstring,
|
245
|
+
pre.code .dstring {
|
246
|
+
color: #2aa198;
|
247
|
+
}
|
248
|
+
|
249
|
+
pre.code .fid,
|
250
|
+
pre.code .rubyid_new,
|
251
|
+
pre.code .rubyid_to_s,
|
252
|
+
pre.code .rubyid_to_sym,
|
253
|
+
pre.code .rubyid_to_f,
|
254
|
+
pre.code .dot+pre.code .id,
|
255
|
+
pre.code .rubyid_to_i pre.code .rubyid_each {
|
256
|
+
color: #0085FF;
|
257
|
+
}
|
258
|
+
|
259
|
+
pre.code .comment {
|
260
|
+
color: var(--interactive-muted);
|
261
|
+
}
|
262
|
+
|
263
|
+
pre.code .const,
|
264
|
+
pre.code .constant {
|
265
|
+
color: #b58900;
|
266
|
+
}
|
267
|
+
|
268
|
+
pre.code .label,
|
269
|
+
pre.code .symbol {
|
270
|
+
color: #cb4b16;
|
271
|
+
}
|
272
|
+
|
273
|
+
pre.code .kw,
|
274
|
+
pre.code .rubyid_require,
|
275
|
+
pre.code .rubyid_extend,
|
276
|
+
pre.code .rubyid_include {
|
277
|
+
color: #859900;
|
278
|
+
}
|
279
|
+
|
280
|
+
pre.code .ivar {
|
281
|
+
color: #3498db;
|
282
|
+
}
|
283
|
+
|
284
|
+
pre.code .gvar,
|
285
|
+
pre.code .rubyid_backref,
|
286
|
+
pre.code .rubyid_nth_ref {
|
287
|
+
color: #1abc91;
|
288
|
+
}
|
289
|
+
|
290
|
+
pre.code .regexp,
|
291
|
+
.dregexp {
|
292
|
+
color: #2aa198;
|
293
|
+
}
|
294
|
+
|
295
|
+
li.clicked>.item {
|
296
|
+
color: #eee;
|
297
|
+
}
|
298
|
+
|
299
|
+
li.clicked>.item a,
|
300
|
+
li.clicked>.item a:visited {
|
301
|
+
color: #fff;
|
302
|
+
}
|
303
|
+
|
304
|
+
li.clicked>.item {
|
305
|
+
background: #5865f2;
|
306
|
+
}
|
307
|
+
|
308
|
+
li.odd,
|
309
|
+
li.even {
|
310
|
+
background: var(--background-secondary);
|
311
|
+
}
|
312
|
+
|
313
|
+
.item:hover {
|
314
|
+
background: var(--background-secondary-alt);
|
315
|
+
}
|
316
|
+
|
317
|
+
|
318
|
+
#full_list_nav span::after {
|
319
|
+
color: #fff8;
|
320
|
+
}
|
321
|
+
|
322
|
+
p.signature,
|
323
|
+
h3.signature {
|
324
|
+
border: 1px solid rgba(88, 101, 242, .5);
|
325
|
+
background: rgba(88, 101, 242, .1);
|
326
|
+
|
327
|
+
}
|
328
|
+
|
329
|
+
p.signature strong,
|
330
|
+
h3.signature strong {
|
331
|
+
font-weight: 500;
|
332
|
+
}
|
333
|
+
|
334
|
+
.summary_signature a:hover {
|
335
|
+
text-decoration: none !important;
|
336
|
+
}
|
337
|
+
|
338
|
+
.note.title.readonly {
|
339
|
+
--lighter: #f1c40f;
|
340
|
+
--darker: #c27c0e;
|
341
|
+
}
|
342
|
+
|
343
|
+
.note.title.writeonly {
|
344
|
+
--lighter: #9b59b6;
|
345
|
+
--darker: #71368a;
|
346
|
+
}
|
347
|
+
|
348
|
+
.note.title.constructor {
|
349
|
+
--lighter: #3498db;
|
350
|
+
--darker: #206694;
|
351
|
+
}
|
352
|
+
|
353
|
+
.note.title.abstract {
|
354
|
+
--lighter: #979c9f;
|
355
|
+
--darker: #546e7a;
|
356
|
+
}
|
357
|
+
|
358
|
+
.note.title {
|
359
|
+
background: var(--background-primary) !important;
|
360
|
+
padding: 4px;
|
361
|
+
}
|
362
|
+
|
363
|
+
@media(prefers-color-scheme:dark) {
|
364
|
+
.note.title {
|
365
|
+
color: var(--lighter) !important;
|
366
|
+
border: 1px solid var(--darker) !important;
|
367
|
+
}
|
368
|
+
}
|
369
|
+
|
370
|
+
@media(prefers-color-scheme:light) {
|
371
|
+
.note.title {
|
372
|
+
color: var(--darker) !important;
|
373
|
+
border: 1px solid var(--lighter) !important;
|
374
|
+
}
|
375
|
+
}
|
376
|
+
|
377
|
+
#toc {
|
378
|
+
box-shadow: none;
|
379
|
+
}
|
380
|
+
|
381
|
+
#content.insearch #search,
|
382
|
+
#content.insearch #noresults {
|
383
|
+
background: transparent;
|
384
|
+
}
|
385
|
+
|
386
|
+
.git_sha {
|
387
|
+
text-overflow: ellipsis;
|
388
|
+
white-space: nowrap;
|
389
|
+
overflow: hidden;
|
390
|
+
}
|
391
|
+
|
392
|
+
.box_info dl>*,
|
393
|
+
.summary_signature,
|
394
|
+
pre.code,
|
395
|
+
code,
|
396
|
+
.summary_desc .object_link a,
|
397
|
+
.docstring .object_link a {
|
398
|
+
background: var(--background-secondary) !important;
|
399
|
+
border-color: var(--background-tertiary) !important;
|
400
|
+
|
401
|
+
}
|
402
|
+
|
403
|
+
code[class=""] {
|
404
|
+
line-height: 2;
|
405
|
+
}
|
406
|
+
|
407
|
+
.docstring .notetag {
|
408
|
+
--dstr-back: var(--info-positive-background);
|
409
|
+
--dstr-fore: var(--info-positive-foreground);
|
410
|
+
}
|
411
|
+
|
412
|
+
.docstring .todo {
|
413
|
+
--dstr-back: var(--info-warning-background);
|
414
|
+
--dstr-fore: var(--info-warning-foreground);
|
415
|
+
}
|
416
|
+
|
417
|
+
.docstring .abstract {
|
418
|
+
--dstr-back: var(--background-modifier-hover);
|
419
|
+
--dstr-fore: var(--interactive-hover);
|
420
|
+
}
|
421
|
+
|
422
|
+
.docstring .note {
|
423
|
+
border-color: var(--dstr-fore) !important;
|
424
|
+
background: var(--dstr-back) !important;
|
425
|
+
color: var(--text-normal);
|
426
|
+
border-left-width: 1px;
|
427
|
+
}
|
428
|
+
|
429
|
+
thead th {
|
430
|
+
background: var(--background-secondary-alt) !important;
|
431
|
+
border-color: var(--background-tertiary) !important;
|
432
|
+
}
|
433
|
+
|
434
|
+
tbody td {
|
435
|
+
background: var(--background-secondary) !important;
|
436
|
+
border-color: var(--background-tertiary) !important;
|
437
|
+
}
|
438
|
+
|
439
|
+
.inheritanceTree,
|
440
|
+
.toggleDefines {
|
441
|
+
background: var(--background-secondary-alt) !important;
|
442
|
+
border-left-color: var(--background-tertiary) !important;
|
443
|
+
}
|
444
|
+
|
445
|
+
p.signature .extras,
|
446
|
+
h3.signature .extras {
|
447
|
+
color: var(--interactive-normal);
|
448
|
+
}
|
449
|
+
|
450
|
+
p.signature .not_defined_here,
|
451
|
+
h3.signature .not_defined_here,
|
452
|
+
p.signature .aliases,
|
453
|
+
h3.signature .aliases {
|
454
|
+
color: var(--text-muted);
|
455
|
+
font-size: 12px;
|
456
|
+
}
|
457
|
+
|
458
|
+
p.signature .aliases .names,
|
459
|
+
h3.signature .aliases .names {
|
460
|
+
color: var(--text-normal);
|
461
|
+
}
|
462
|
+
|
463
|
+
#menu .title {
|
464
|
+
color: var(--text-normal);
|
465
|
+
}
|
466
|
+
|
467
|
+
#menu a,
|
468
|
+
#menu a:visited {
|
469
|
+
color: var(--text-muted);
|
470
|
+
}
|
471
|
+
|
472
|
+
code {
|
473
|
+
color: var(--text-normal) !important;
|
474
|
+
}
|
475
|
+
|
476
|
+
h2 small a,
|
477
|
+
#toc {
|
478
|
+
background: var(--background-secondary-alt) !important;
|
479
|
+
border-color: var(--background-tertiary) !important;
|
480
|
+
}
|
481
|
+
|
482
|
+
span.summary_signature {
|
483
|
+
line-height: 2;
|
484
|
+
}
|
485
|
+
|
486
|
+
|
487
|
+
#listing table td {
|
488
|
+
background: var(--background-primary) !important;
|
489
|
+
}
|
490
|
+
|
491
|
+
li.r1,
|
492
|
+
li.r2 {
|
493
|
+
background: var(--background-secondary) !important;
|
494
|
+
}
|
495
|
+
|
496
|
+
#nav {
|
497
|
+
box-shadow: none;
|
498
|
+
border-color: var(--background-primary);
|
499
|
+
/* right: 11px; */
|
500
|
+
}
|
501
|
+
|
502
|
+
#search a {
|
503
|
+
box-shadow: none;
|
504
|
+
|
505
|
+
}
|
506
|
+
|
507
|
+
#search a {
|
508
|
+
background: var(--background-secondary);
|
509
|
+
border-color: var(--background-tertiary);
|
510
|
+
color: var(--interactive-normal);
|
511
|
+
fill: var(--interactive-normal);
|
512
|
+
}
|
513
|
+
|
514
|
+
#search a.active {
|
515
|
+
background: var(--background-accent);
|
516
|
+
border-color: var(--background-tertiary);
|
517
|
+
color: var(--interactive-active);
|
518
|
+
fill: var(--interactive-active);
|
519
|
+
}
|