masroorejaz / react-simple-captcha

A very simple and powerful captcha for ReactJS
40 stars 19 forks source link

remove color style from link #24

Closed nordbit closed 1 year ago

nordbit commented 1 year ago
let LoadCanvasTemplate_HTML = "<div><canvas id=\"canv\"></canvas><div><a id=\"reload_href\"  style=\"cursor: pointer; color: blue\">Reload Captcha</a></div></div>";

Link styled inline is hard to override, please leave it for user css Color blue looks bad on blue background

masroorejaz commented 1 year ago

Kindly check the demo here:

https://scriptse.com/react-simple-captcha-demo/

You can change both background and font colors to your liking.