Page MenuHomePhabricator

Font turned white in white wikitable
Closed, InvalidPublic

Description

  • Turn on dark theme in Preferences.
  • Look at the map.
  • Only the hyperlinked place names show up (use CTRL+A to see the rest.)

zzz.jpg (755×510 px, 70 KB)

Here the black font is still being turned white, despite the wikitable also having a white background.

Event Timeline

This is the expected behavior. You have to either add the skin-invert class on the image to invert its colors in dark mode or to explicitly define color as black (or better var(--color-base-fixed, #202122) ).
I added the skin-invert class on the div. There might be a parameter in Image label begin template to do that.

Thanks @Escargot_rouge but it still looks like this when I'm logged in:

Screenshot 2025-11-09 05.09.53.png (731×544 px, 273 KB)

Note I am just an innocent reader, not a table author.
Anyway, it seems you fixed the background, but the foreground got overfixed.

Are you using actual dark mode or dark theme from the app?

Perhaps I'm using a combination of something in Preferences, something from Chrome settings, and something from Chromebook themes. Probably also something else I forgot.

OK your second edit fixed it! Thanks.