You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about Bulma the CSS framework and not about the Bulma website
I'm using Bulma version [0.1.2]
My browser is: Chrome 52
This is a Sass issue: I'm using version [x.x.x]
I am sure this issue is not a duplicate?
Description
It seems putting a .card element inside the .hero-body of a .hero.is-dark element results in the title and subtitle being white on white, and thus unreadable.
Steps to Reproduce
Make a dark hero element
Put a card in it
Fail...
Expected behavior: The hero title/subtitle style should not take priority over the card title/subtitle style.
Actual behavior: The hero title/subtitle style clobbers the card title/subtitle style, making them unreadable.
The text was updated successfully, but these errors were encountered:
Checklist
Description
It seems putting a
.card
element inside the.hero-body
of a.hero.is-dark
element results in the title and subtitle being white on white, and thus unreadable.Steps to Reproduce
Expected behavior: The hero title/subtitle style should not take priority over the card title/subtitle style.
Actual behavior: The hero title/subtitle style clobbers the card title/subtitle style, making them unreadable.
The text was updated successfully, but these errors were encountered: