/* css styles */

.navbar-nav .nav-link:hover {
  background-color: white; /* Background color on hover */
  color: #2c3e50; /* Ensure text stays readable */
  transition: background-color 0.3s ease; /* Smooth transition */
}


.navbar-nav .nav-link:active, .navbar-nav .nav-link:show {
    color: black;
}



.listing-title .no-external:hover {
  color: steelblue; /* Hover color for post title */
  transform: scale(1.15); /* Slightly enlarge the title */
  transition: color 0.3s ease; /* Smooth transition effect */
}
