File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
src/librustdoc/html/static/css Expand file tree Collapse file tree 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 */
886886 /* A little margin ensures the browser's outlining of focused links has room to display. */
887887 margin-left : 2px ;
888888 margin-right : 2px ;
889- border-bottom : 1px solid var (--border-color );
889+ border-bottom : 1px solid var (--search-result- border-color );
890890 gap : 1em ;
891891}
892892
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Original by Dempfi (https://github.com/dempfi/ayu)
3838 --sidebar-link-color : # 53b1db ;
3939 --sidebar-current-link-background-color : transparent;
4040 --search-result-link-focus-background-color : # 3c3c3c ;
41+ --search-result-border-color : # aaa3 ;
4142 --stab-background-color : # 314559 ;
4243 --stab-code-color : # e6e1cf ;
4344 --search-color : # fff ;
Original file line number Diff line number Diff line change 3333 --sidebar-link-color : # fdbf35 ;
3434 --sidebar-current-link-background-color : # 444 ;
3535 --search-result-link-focus-background-color : # 616161 ;
36+ --search-result-border-color : # aaa3 ;
3637 --stab-background-color : # 314559 ;
3738 --stab-code-color : # e6e1cf ;
3839 --search-color : # 111 ;
Original file line number Diff line number Diff line change 3333 --sidebar-link-color : # 356da4 ;
3434 --sidebar-current-link-background-color : # fff ;
3535 --search-result-link-focus-background-color : # ccc ;
36+ --search-result-border-color : # aaa3 ;
3637 --stab-background-color : # fff5d6 ;
3738 --stab-code-color : # 000 ;
3839 --search-color : # 000 ;
You can’t perform that action at this time.
0 commit comments