@@ -27,7 +27,7 @@ <h4 class="text-mono f5 text-normal color-text-secondary d-md-none">{% data ui.h
2727 <!-- Product switcher - GitHub.com, Enterprise Server, etc -->
2828 <!-- 404 and 500 error layouts are not real pages so we need to hardcode the name for those -->
2929 {{ productMap[currentProduct].name }}
30- < svg class ="arrow ml-md-1 " width ="14px " height ="8px " viewBox ="0 0 14 8 " xml:space ="preserve " fill ="none " stroke ="#1277eb "> < path d ="M1,1l6.2,6L13,1 "> </ path > </ svg >
30+ < svg class ="arrow ml-md-1 " width ="14px " height ="8px " viewBox ="0 0 14 8 " xml:space ="preserve " fill ="none " stroke ="currentColor "> < path d ="M1,1l6.2,6L13,1 "> </ path > </ svg >
3131 </ div >
3232 </ summary >
3333 <!-- Mobile-only product dropdown -->
@@ -38,7 +38,7 @@ <h4 class="text-mono f5 text-normal color-text-secondary d-md-none">{% data ui.h
3838 {% if product.id == currentProduct %}color-text-link-mktg text-underline active{% elsif product.id == currentProduct.id %}color-text-link-mktg text-underline active{% else %}Link--primary no-underline{% endif %} ">
3939 {{ product.name }}
4040 {% if product.external %}
41- < span class ="ml-1 "> < svg width ="9 " height ="10 " viewBox ="0 0 9 10 " fill ="none " xmlns ="http://www.w3.org/2000/svg "> < path stroke ="#24292e " d ="M.646 8.789l8-8M8.5 9V1M1 .643h8 "/> </ svg > </ span >
41+ < span class ="ml-1 "> < svg width ="9 " height ="10 " viewBox ="0 0 9 10 " fill ="none " xmlns ="http://www.w3.org/2000/svg "> < path stroke ="currentColor " d ="M.646 8.789l8-8M8.5 9V1M1 .643h8 "/> </ svg > </ span >
4242 {% endif %}
4343 </ a >
4444 {% endfor %}
@@ -62,7 +62,7 @@ <h4 class="text-mono f5 text-normal color-text-secondary d-md-none">{% data ui.h
6262 {% else %}
6363 {{ languages[page.languageCode].name }}
6464 {% endif %}
65- < svg class ="arrow ml-md-1 " width ="14px " height ="8px " viewBox ="0 0 14 8 " xml:space ="preserve " fill ="none " stroke ="#1B1F23 "> < path d ="M1,1l6.2,6L13,1 "> </ path > </ svg >
65+ < svg class ="arrow ml-md-1 " width ="14px " height ="8px " viewBox ="0 0 14 8 " xml:space ="preserve " fill ="none " stroke ="currentColor "> < path d ="M1,1l6.2,6L13,1 "> </ path > </ svg >
6666 </ div >
6767 </ summary >
6868 < div id ="languages-selector " class ="position-md-absolute nav-desktop-langDropdown p-md-4 right-md-n4 top-md-6 " style ="z-index: 6; ">
0 commit comments