dohliam / portable-regex

A regular expression tool with live-updating search and replace

Home Page:https://dohliam.github.io/regex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify font colour

darshandsoni opened this issue · comments

Hi!
So I just noticed that FF users that are using a dark system theme cannot see the input text. I think it assumes an unspecified background colour is dark, hence makes an unspecified font light. Hence you get white-on-white or black-on-black text fields. Preview shown:
screenshot from 2018-06-06 00 50 47

A quick fix is probably just specifying these in the <style> section of the index page?

This project is using Milligram for CSS (via dropin-minimal-css). Since the version there is not up-to-date, it might help to try a more recent version and see if this is fixed.

Can you try replacing the linked milligram.min.css file with this link and let me know if you still have the same problem with the font colour?

If that fixes it, I can just update to the latest version, but if not, it might be worth raising an issue upstream at the Milligram repo.