you are viewing a single comment's thread
view the rest of the comments
[–] 17 points 2 years ago* (last edited 2 years ago) (1 child)

Isn't #2 the only option?

Websites specifying color for foreground (or background) and assuming browsers will use whatever color they're expecting for the other has always existed, and still exists

If you're getting fancy and specifying colors, you can't cheap out and not specify all colors

If the browser ignores all your colors at that point, then it's displaying as the user intended

If you only specified some of the colors, it's a bug of the website

  • source
  • parent
  • hideshow 1 child comment
  • [–] 5 points 2 years ago

    There are actually things websites can do which may be more common than you'd think. At a high level you could convert all the custom colours to HSV format and slightly lower the value and saturation according to some function. This is fairly common for images.

  • source
  • parent