stroke-dasharray='length gap' stroke-width='3'
Как организовать точечное применение стиля на конкретной странице?
if (document.location.href === "нужная страница") {
document.querySelector(".category-sub-menu > li[data-depth='0']:nth-child(12)").style.cssText = "border-bottom: 8px double #630335;";
}