Another bootstrap fix

This commit is contained in:
shamoon 2023-09-20 19:14:53 -07:00
parent 6738220972
commit b393a0a5cb

View File

@ -170,7 +170,8 @@ a, a:hover,
}
.btn-link:hover,
.btn-link:active {
.btn-link:active,
.btn-link:focus-visible {
color: var(--pngx-primary-darken-15) !important;
}