CSS scheme question
Why make it difficult (if not impossible) to modify the #
css when you want to update a color scheme?
Example :
.bg-secondary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;
}
Also, how to replace with a real rgb/rgba value the variable
rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important