Trying to update the ReCaptcha color or theme using this C# server side script, but unfortunately it did not work. Is there a better way to change the color or theme of the ReCaptcha?
<script type="text/javascript>
var RecaptchaOptions = {theme : 'White'};
</script>