.component-nav ul li:nth-child(1) a:after {
    content: " ▼";
}

.component-nav ul li:nth-child(1) a {
    color: var(--foreground-color-2);
}