
This issue happens in storybook only.
maybe...
https://github.com/nostalgic-css/NES.css/blob/ac136794133f8e5cb70b09993e40ff8561b2bda0/scss/elements/containers.scss#L103-L118
&.is-dark {
+ color: $background-color;
&::before { ... }
&::after { ... }
&.with-title { ... }
}
and
<div class="container is-dark with-title">
<p class="title">Container.is-dark</p>
- <p style="color: white;">Good morning. Thou hast had a good night's sleep, I hope.</p>
+ <p>Good morning. Thou hast had a good night's sleep, I hope.</p>
</div>
<div class="container is-rounded">
<p>Good morning. Thou hast had a good night's sleep, I hope.</p>
</div>
<div class="container is-rounded is-dark">
- <p style="color: white;">Good morning. Thou hast had a good night's sleep, I hope.</p>
+ <p>Good morning. Thou hast had a good night's sleep, I hope.</p>
</div>
@BcRikko yep, that fixes it 馃憤
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: