nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.49k stars 1.64k forks source link

List in dark containers look bad #395

Closed dbarwikowski closed 4 years ago

dbarwikowski commented 4 years ago

Describe the bug

In a dark container lists look bad. Cannot see discs

To Reproduce

Make a list in a dark container

Expected behavior

List would have white disc in dark containers

Screenshots

image

Environment:

Suggestion(s) for fixing this issue

Make disc white

Additional context

<div class="nes-container with-title is-dark">
    <p class="title">Menu</p>
    <ul class="nes-list is-disc">
      <li>U***</li>
      <li>K***</li>
      <li>D***</li>
    </ul>
</div>