File tree Expand file tree Collapse file tree 4 files changed +7
-13
lines changed
src/librustdoc/html/static/css Expand file tree Collapse file tree 4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -1331,6 +1331,10 @@ h3.variant {
1331
1331
display : none;
1332
1332
}
1333
1333
1334
+ .search-failed a {
1335
+ color : var (--search-failed-link-color );
1336
+ }
1337
+
1334
1338
.search-failed .active {
1335
1339
display : block;
1336
1340
}
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Original by Dempfi (https://github.com/dempfi/ayu)
39
39
--sidebar-current-link-background-color : transparent;
40
40
--search-result-link-focus-background-color : # 3c3c3c ;
41
41
--search-result-border-color : # aaa3 ;
42
+ --search-failed-link-color : # 39afd7 ;
42
43
--stab-background-color : # 314559 ;
43
44
--stab-code-color : # e6e1cf ;
44
45
--search-color : # fff ;
@@ -160,10 +161,6 @@ details.rustdoc-toggle > summary::before {
160
161
color : # 788797 ;
161
162
}
162
163
163
- .search-failed a {
164
- color : # 39AFD7 ;
165
- }
166
-
167
164
.tooltip ::after {
168
165
background-color : # 314559 ;
169
166
color : # c5c5c5 ;
Original file line number Diff line number Diff line change 34
34
--sidebar-current-link-background-color : # 444 ;
35
35
--search-result-link-focus-background-color : # 616161 ;
36
36
--search-result-border-color : # aaa3 ;
37
+ --search-failed-link-color : # 0089ff ;
37
38
--stab-background-color : # 314559 ;
38
39
--stab-code-color : # e6e1cf ;
39
40
--search-color : # 111 ;
@@ -82,10 +83,6 @@ details.rustdoc-toggle > summary::before {
82
83
filter : invert (100% );
83
84
}
84
85
85
- .search-failed a {
86
- color : # 0089ff ;
87
- }
88
-
89
86
.tooltip ::after {
90
87
background-color : # 000 ;
91
88
color : # fff ;
Original file line number Diff line number Diff line change 34
34
--sidebar-current-link-background-color : # fff ;
35
35
--search-result-link-focus-background-color : # ccc ;
36
36
--search-result-border-color : # aaa3 ;
37
+ --search-failed-link-color : # 3873ad ;
37
38
--stab-background-color : # fff5d6 ;
38
39
--stab-code-color : # 000 ;
39
40
--search-color : # 000 ;
69
70
--crate-search-hover-border : # 717171 ;
70
71
}
71
72
72
-
73
73
.content .item-info ::before { color : # ccc ; }
74
74
75
75
body .source .example-wrap pre .rust a {
76
76
background : # eee ;
77
77
}
78
78
79
- .search-failed a {
80
- color : # 3873AD ;
81
- }
82
-
83
79
.tooltip ::after {
84
80
background-color : # 000 ;
85
81
color : # fff ;
You can’t perform that action at this time.
0 commit comments