File tree 4 files changed +4
-12
lines changed
src/librustdoc/html/static/css
4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -1287,6 +1287,7 @@ a.test-arrow:hover {
1287
1287
# titles > button > div .count {
1288
1288
display : inline-block;
1289
1289
font-size : 1rem ;
1290
+ color : var (--search-tab-title-count-color );
1290
1291
}
1291
1292
1292
1293
# src-sidebar-toggle {
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Original by Dempfi (https://github.com/dempfi/ayu)
45
45
--search-color : # fff ;
46
46
--search-results-alias-color : # c5c5c5 ;
47
47
--search-results-grey-color : # 999 ;
48
+ --search-tab-title-count-color : # 888 ;
48
49
--stab-background-color : # 314559 ;
49
50
--stab-code-color : # e6e1cf ;
50
51
--code-highlight-kw-color : # ff7733 ;
@@ -175,10 +176,6 @@ pre, .rustdoc.source .example-wrap {
175
176
border-bottom : 1px solid rgba (242 , 151 , 24 , 0.3 );
176
177
}
177
178
178
- # titles > button > div .count {
179
- color : # 888 ;
180
- }
181
-
182
179
/* rules that this theme does not need to set, here to satisfy the rule checker */
183
180
/* note that a lot of these are partially set in some way (meaning they are set
184
181
individually rather than as a group) */
Original file line number Diff line number Diff line change 40
40
--search-color : # 111 ;
41
41
--search-results-alias-color : # fff ;
42
42
--search-results-grey-color : # ccc ;
43
+ --search-tab-title-count-color : # 888 ;
43
44
--stab-background-color : # 314559 ;
44
45
--stab-code-color : # e6e1cf ;
45
46
--code-highlight-kw-color : # ab8ac1 ;
96
97
background-color : # 353535 ;
97
98
}
98
99
99
- # titles > button > div .count {
100
- color : # 888 ;
101
- }
102
-
103
100
.scraped-example-list .scrape-help {
104
101
border-color : # aaa ;
105
102
color : # eee ;
Original file line number Diff line number Diff line change 40
40
--search-color : # 000 ;
41
41
--search-results-alias-color : # 000 ;
42
42
--search-results-grey-color : # 999 ;
43
+ --search-tab-title-count-color : # 888 ;
43
44
--stab-background-color : # fff5d6 ;
44
45
--stab-code-color : # 000 ;
45
46
--code-highlight-kw-color : # 8959a8 ;
93
94
border-top-color : # 0089ff ;
94
95
}
95
96
96
- # titles > button > div .count {
97
- color : # 888 ;
98
- }
99
-
100
97
.scraped-example-list .scrape-help {
101
98
border-color : # 555 ;
102
99
color : # 333 ;
You can’t perform that action at this time.
0 commit comments