audabas / bga-dark-theme

A dark css theme for boardgamearena.com
Other
40 stars 12 forks source link

Period display in Ice Cold Ice Hockey is navy blue on black #5

Closed giggas2 closed 2 years ago

giggas2 commented 2 years ago

I noticed that in Ice Cold Ice Hockey the current period and number of cards left in the draw pile for that period is a navy blue. When using the dark mode CSS, it means that navy blue is on top of black, making it really hard to read.

NOTE: This is somewhat alleviated when there are less than 15 cards in the draw pile because it pulses between navy blue to red.

In looking in the HTML for the page, here's what it looks like:

<div class="fake_card" id="fake_deck">
        <div id="period">Period 3-1</div>
        <div class="normalPeriod" id="nbr_cards">x23</div>
</div>

Below is the way it displays on the page (at least how it displays to me):

Screen Shot 2021-11-09 at 8 48 22 AM

Thank you for a great theme!

giggas2 commented 2 years ago

Just updated, and it looks perfect, @bastien09! Thank you so much!