Closed antonieIPR closed 1 year ago
Current workaround for this issue:
.border-custom{
border-color: var(--light);
}
After looking into the code, you are absolutely correct.
This is a bug introduced by the refactoring, it still points to the hr colour which does not exist,
border-color: var(--hr-color) !important;
}
When using
.border-light
I expect to have a border with the light colour applied, like in the other classes. Instead, the class renders a black border.