nav svg on scroll color updated

这个提交包含在:
2023-05-01 16:18:10 +05:30
父节点 ef9b637824
当前提交 c564c38bf3
第三方依赖
+2
查看文件
@@ -35,6 +35,8 @@
$("body.product_pg").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#fff");
$("body.services_page").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#000");
// $('.header-bottom-flex').find('svg path').attr('fill','#fff');
$("body").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#fff");
$("body.services_page").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#000");
if ($body_pg == true) {
$(".main-menu").find("nav ul li a").addClass("text-dark");