thomaspark / bootswatch

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

Fix incorrect class for text-info-emphasis example #1311

Closed LuceoStephanie closed 2 months ago

LuceoStephanie commented 2 months ago

Line 586 was set to the "text-info" class incorrectly. The proper class should be "text-info-emphasis".

thomaspark commented 2 months ago

Hi @LuceoStephanie, thanks for catching this. Mind doing a find/replace for this with all 26 themes (including default)? They all seem to have the issue.

LuceoStephanie commented 2 months ago

I can, I'm not sure how to add it to this pull request, so I might close this out and just start a new one with all of them at once. Let me try first.