File tree 4 files changed +4
-1
lines changed
src/librustdoc/html/static/css
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -886,7 +886,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
886
886
/* A little margin ensures the browser's outlining of focused links has room to display. */
887
887
margin-left : 2px ;
888
888
margin-right : 2px ;
889
- border-bottom : 1px solid var (--border-color );
889
+ border-bottom : 1px solid var (--search-result- border-color );
890
890
gap : 1em ;
891
891
}
892
892
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Original by Dempfi (https://github.com/dempfi/ayu)
38
38
--sidebar-link-color : # 53b1db ;
39
39
--sidebar-current-link-background-color : transparent;
40
40
--search-result-link-focus-background-color : # 3c3c3c ;
41
+ --search-result-border-color : # aaa3 ;
41
42
--stab-background-color : # 314559 ;
42
43
--stab-code-color : # e6e1cf ;
43
44
--search-color : # fff ;
Original file line number Diff line number Diff line change 33
33
--sidebar-link-color : # fdbf35 ;
34
34
--sidebar-current-link-background-color : # 444 ;
35
35
--search-result-link-focus-background-color : # 616161 ;
36
+ --search-result-border-color : # aaa3 ;
36
37
--stab-background-color : # 314559 ;
37
38
--stab-code-color : # e6e1cf ;
38
39
--search-color : # 111 ;
Original file line number Diff line number Diff line change 33
33
--sidebar-link-color : # 356da4 ;
34
34
--sidebar-current-link-background-color : # fff ;
35
35
--search-result-link-focus-background-color : # ccc ;
36
+ --search-result-border-color : # aaa3 ;
36
37
--stab-background-color : # fff5d6 ;
37
38
--stab-code-color : # 000 ;
38
39
--search-color : # 000 ;
You can’t perform that action at this time.
0 commit comments