mirror of
https://gitlab.com/ceda_ei/Lark
synced 2026-09-08 17:02:03 +02:00
caf4c54d76f59d3aab0bc1c9c9a1bafc29cd3890
Lark
Firefox addon that fixes input boxes on dark themes.
Lark checks for the background and foreground of each input box and calculates the contrast between them. If the contrast is below a certain value, it changes the background to black or white whichever has more contrast with the foreground than the required threshold. If neither white nor black scores more than the threshold with the foreground color, then both the background and foreground are changed to black and white respectively.
Languages
JavaScript
100%