/* * Theme Name: CNT Sindiaktua * Description: Tema Timber de nexos * Author: Timber Team and You! */ /* .effect-nav > .nav-link:hover { border-top: 4px solid rgb(255, 0, 0); border-bottom: 4px solid rgb(0, 0, 0); padding: 6px 0; } */ @media (min-width: 992px) { .dropdown:hover .dropdown-menu { display: block; margin-top: 0; } } /* Optional: Add transition effects */ .dropdown-menu { transition: opacity 0.3s ease; opacity: 0; } .nav-item.dropdown:hover .dropdown-menu { opacity: 1; }