seppwc/tealeaf

@elements - anchor tags styled like button text color not changing with text-{color} css class

Opened this issue · 0 comments

This is an odd one, specificity shouldn't be an issue for the following reasons

  1. elements should be declared before css in stylesheet orders, so the new text color should be declared after the elements reset
  2. background color, which is declared with exact same selectors as color DOES change with bg-{color}

current workaround which has been implemented is to add !important to all css classes but this is sloppy, there must be a reason for this bug!