/* Add a down arrow to dropdown menus */ header nav .folder > a::after { content: " ▼"; /* This is the down arrow symbol */ font-size: 0.8em; /* Adjust size if needed */ margin-left: 5px; /* Adds a little space between the text and the arrow */ }