a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb) !important;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1)) !important;
  text-decoration: underline;
}

