File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
src/librustdoc/html/static/css Expand file tree Collapse file tree 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 {
12871287# titles > button > div .count {
12881288 display : inline-block;
12891289 font-size : 1rem ;
1290+ color : var (--search-tab-title-count-color );
12901291}
12911292
12921293# 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)
4545 --search-color : # fff ;
4646 --search-results-alias-color : # c5c5c5 ;
4747 --search-results-grey-color : # 999 ;
48+ --search-tab-title-count-color : # 888 ;
4849 --stab-background-color : # 314559 ;
4950 --stab-code-color : # e6e1cf ;
5051 --code-highlight-kw-color : # ff7733 ;
@@ -175,10 +176,6 @@ pre, .rustdoc.source .example-wrap {
175176 border-bottom : 1px solid rgba (242 , 151 , 24 , 0.3 );
176177}
177178
178- # titles > button > div .count {
179- color : # 888 ;
180- }
181-
182179/* rules that this theme does not need to set, here to satisfy the rule checker */
183180/* note that a lot of these are partially set in some way (meaning they are set
184181individually rather than as a group) */
Original file line number Diff line number Diff line change 4040 --search-color : # 111 ;
4141 --search-results-alias-color : # fff ;
4242 --search-results-grey-color : # ccc ;
43+ --search-tab-title-count-color : # 888 ;
4344 --stab-background-color : # 314559 ;
4445 --stab-code-color : # e6e1cf ;
4546 --code-highlight-kw-color : # ab8ac1 ;
9697 background-color : # 353535 ;
9798}
9899
99- # titles > button > div .count {
100- color : # 888 ;
101- }
102-
103100.scraped-example-list .scrape-help {
104101 border-color : # aaa ;
105102 color : # eee ;
Original file line number Diff line number Diff line change 4040 --search-color : # 000 ;
4141 --search-results-alias-color : # 000 ;
4242 --search-results-grey-color : # 999 ;
43+ --search-tab-title-count-color : # 888 ;
4344 --stab-background-color : # fff5d6 ;
4445 --stab-code-color : # 000 ;
4546 --code-highlight-kw-color : # 8959a8 ;
9394 border-top-color : # 0089ff ;
9495}
9596
96- # titles > button > div .count {
97- color : # 888 ;
98- }
99-
10097.scraped-example-list .scrape-help {
10198 border-color : # 555 ;
10299 color : # 333 ;
You can’t perform that action at this time.
0 commit comments