Change GitHub login button to look less like a button/banner?

Is there a way to make the “with github” button on the signup more noticeable? It looks invisible to us old people with banner blindness :smile: (I had to go back some ~3 times until I actually saw it :)).

Would it be possible to turn it into a plain text link (e.g., “Sign up with your GitHub account…”), or is it too much of a hassle or too deep in the Discourse source code?

I’ll put it on my to-do list. The HTML for the button is

<button data-ember-action="1534" class="btn btn-social github">with GitHub</button>

so it should be easy to make the ‘button white’ and the text a dark grey to look more like a plain text link.