posimagi / bg-wiki-dark-mode

Issue tracker for Dark Mode on bg-wiki.com
1 stars 0 forks source link

Unreadble on NPC page #16

Closed Terrribad closed 1 year ago

Terrribad commented 1 year ago

https://www.bg-wiki.com/ffxi/Balasiel

Grey font on white background, have to highlight words to be able to read them

posimagi commented 1 year ago

Thanks for the report.

Header style:

    background-color: #E2E1E1;
    color: #000000;

Body style:

    background-color: #EFEEEE; 

I will fix the styles tonight, there's a CSS change so they will take 4-24 hours to be updated.

posimagi commented 1 year ago

The fix has been added. It should be legible once it works through the cache.

posimagi commented 1 year ago

Added some additional CSS to this that should make the table body render better.

posimagi commented 1 year ago

Still some strangeness to work out here, I will take another look at it tomorrow.

posimagi commented 1 year ago

I think the NPC template is going to need to be reworked, the fixes for related templates (Zone Quest and Zone Map) didn't help the NPC template.

posimagi commented 1 year ago

A temporary fix has been implemented for this issue. Long-term fix will come later once higher-priority tasks are done.

image