nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク

Home Page:https://nostalgic-css.github.io/NES.css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List in dark containers look bad

dbarwikowski opened this issue · comments

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:

  • OS: Windows
  • Browser: Brave
  • Build environment (i.e. NodeJS): angular

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>