thomaspark / bootswatch

Themes for Bootstrap
https://bootswatch.com
MIT License
14.58k stars 3.67k forks source link

gray-200 is too dark on superhero skin #1236

Closed barisusakli closed 1 year ago

barisusakli commented 1 year ago

Hello seems like $gray-200 is too dark on superhero skin causing issues when used with a darker gray as background like so

.element {
  background: $gray-700;
  color: $gray-200;
}

image

thomaspark commented 1 year ago

Thanks, the grays will be re-ordered:

Screenshot 2023-02-14 at 11 56 58 AM
barisusakli commented 1 year ago

@thomaspark thanks 👍🏼