Skip to content

Commit 98ce1ce

Browse files
Convert whitespaces to tabs
1 parent c714eae commit 98ce1ce

File tree

1 file changed

+44
-44
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+44
-44
lines changed

src/librustdoc/html/static/themes/ayu.css

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ h3 > code, h4 > code, h5 > code {
4141
color: #e6e1cf;
4242
}
4343
pre > code {
44-
color: #e6e1cf;
44+
color: #e6e1cf;
4545
}
4646
span code {
47-
color: #e6e1cf;
47+
color: #e6e1cf;
4848
}
4949
.docblock a > code {
50-
color: #39AFD7 !important;
50+
color: #39AFD7 !important;
5151
}
5252
.docblock code, .docblock-short code {
5353
background-color: #191f26;
@@ -100,11 +100,11 @@ pre {
100100
}
101101

102102
.sidebar-elems .location {
103-
color: #ff7733;
103+
color: #ff7733;
104104
}
105105

106106
.sidebar-elems .location a {
107-
color: #fff;
107+
color: #fff;
108108
}
109109

110110
.sidebar .version {
@@ -123,9 +123,9 @@ pre {
123123

124124
.line-numbers span { color: #5c6773ab; }
125125
.line-numbers .line-highlighted {
126-
background-color: rgba(255, 236, 164, 0.06) !important;
127-
padding-right: 4px;
128-
border-right: 1px solid #ffb44c;
126+
background-color: rgba(255, 236, 164, 0.06) !important;
127+
padding-right: 4px;
128+
border-right: 1px solid #ffb44c;
129129
}
130130

131131
.docblock h1, .docblock h2, .docblock h3, .docblock h4, .docblock h5 {
@@ -168,28 +168,28 @@ pre {
168168
.content span.keyword, .content a.keyword { color: #de5249; }
169169

170170
.content span.externcrate, .content span.mod, .content a.mod {
171-
color: #acccf9;
171+
color: #acccf9;
172172
}
173173
.content span.struct, .content a.struct {
174-
color: #ffa0a5;
174+
color: #ffa0a5;
175175
}
176176
.content span.enum, .content a.enum {
177-
color: #99e0c9;
177+
color: #99e0c9;
178178
}
179179
.content span.trait, .content a.trait {
180-
color: #39AFD7;
180+
color: #39AFD7;
181181
}
182182
.content span.type, .content a.type {
183-
color: #cfbcf5;
183+
color: #cfbcf5;
184184
}
185185
.content span.fn, .content a.fn, .content span.method,
186186
.content a.method, .content span.tymethod,
187187
.content a.tymethod, .content .fnname {
188-
color: #fdd687;
188+
color: #fdd687;
189189
}
190190
.content span.attr, .content a.attr, .content span.derive,
191191
.content a.derive, .content span.macro, .content a.macro {
192-
color: #a37acc;
192+
color: #a37acc;
193193
}
194194

195195
pre.rust .comment, pre.rust .doccomment {
@@ -233,16 +233,16 @@ a {
233233
}
234234

235235
.search-input {
236-
color: #ffffff;
237-
background-color: #141920;
238-
box-shadow: none;
239-
transition: box-shadow 150ms ease-in-out;
240-
border-radius: 4px;
241-
margin-left: 8px;
236+
color: #ffffff;
237+
background-color: #141920;
238+
box-shadow: none;
239+
transition: box-shadow 150ms ease-in-out;
240+
border-radius: 4px;
241+
margin-left: 8px;
242242
}
243243

244244
#crate-search+.search-input:focus {
245-
box-shadow: 0px 6px 20px 0px black;
245+
box-shadow: 0px 6px 20px 0px black;
246246
}
247247

248248
.search-focus:disabled {
@@ -257,7 +257,7 @@ a {
257257
.stab.internal,
258258
.stab.deprecated,
259259
.stab.portability {
260-
color: #c5c5c5;
260+
color: #c5c5c5;
261261
background: #314559 !important;
262262
border-style: none !important;
263263
border-radius: 4px;
@@ -270,10 +270,10 @@ a {
270270
}
271271

272272
#help > div {
273-
background: #14191f;
274-
box-shadow: 0px 6px 20px 0px black;
275-
border: none;
276-
border-radius: 4px;
273+
background: #14191f;
274+
box-shadow: 0px 6px 20px 0px black;
275+
border: none;
276+
border-radius: 4px;
277277
}
278278

279279
.since {
@@ -296,14 +296,14 @@ pre.rust .question-mark {
296296
color: #ff9011;
297297
}
298298
pre.rust .self {
299-
color: #36a3d9;
300-
font-style: italic;
299+
color: #36a3d9;
300+
font-style: italic;
301301
}
302302
pre.rust .attribute {
303-
color: #e6e1cf;
303+
color: #e6e1cf;
304304
}
305305
pre.rust .attribute .ident, pre.rust .attribute .op {
306-
color: #e6e1cf;
306+
color: #e6e1cf;
307307
}
308308

309309
.example-wrap > pre.line-number {
@@ -312,15 +312,15 @@ pre.rust .attribute .ident, pre.rust .attribute .op {
312312
}
313313

314314
a.test-arrow {
315-
font-size: 100%;
316-
color: #788797;
317-
border-radius: 4px;
318-
background-color: rgba(255, 255, 255, 0);
315+
font-size: 100%;
316+
color: #788797;
317+
border-radius: 4px;
318+
background-color: rgba(255, 255, 255, 0);
319319
}
320320

321321
a.test-arrow:hover {
322-
background-color: rgba(242, 151, 24, 0.05);
323-
color: #ffb44c;
322+
background-color: rgba(242, 151, 24, 0.05);
323+
color: #ffb44c;
324324
}
325325

326326
.toggle-label {
@@ -385,17 +385,17 @@ pre.ignore:hover, .information:hover + pre.ignore {
385385
}
386386

387387
.tooltip .tooltiptext {
388-
background-color: #314559;
389-
color: #c5c5c5;
390-
border: 1px solid #5c6773;
388+
background-color: #314559;
389+
color: #c5c5c5;
390+
border: 1px solid #5c6773;
391391
}
392392

393393
.tooltip .tooltiptext::after {
394394
border-color: transparent #314559 transparent transparent;
395395
}
396396

397397
#titles > div.selected {
398-
background-color: #141920 !important;
398+
background-color: #141920 !important;
399399
border-bottom: 1px solid #ffb44c !important;
400400
border-top: none;
401401
}
@@ -406,7 +406,7 @@ pre.ignore:hover, .information:hover + pre.ignore {
406406
}
407407

408408
#titles > div:hover {
409-
border-bottom: 1px solid rgba(242, 151, 24, 0.3);
409+
border-bottom: 1px solid rgba(242, 151, 24, 0.3);
410410
}
411411

412412
#titles > div > div.count {
@@ -487,11 +487,11 @@ kbd {
487487

488488
#theme-picker, #settings-menu {
489489
border-color: #5c6773;
490-
background-color: #0f1419;
490+
background-color: #0f1419;
491491
}
492492

493493
#theme-picker > img, #settings-menu > img {
494-
filter: invert(100);
494+
filter: invert(100);
495495
}
496496

497497
#theme-picker:hover, #theme-picker:focus,

0 commit comments

Comments
 (0)