budibase
budibase copied to clipboard
Minor - budibase "Confirm your Budibase account" verification email link, button is blue text on blue background
Minor... On gmail via Chrome browser, in the "Confirm your Budibase account", the verfication button link is blue text on blue button background so is hard to read.
Screenshot:

I think this is the CSS that's relevant
.ii a[href] {
color: #15c;
}
<style>
.msg3579169249267551013 .m_3579169249267551013button {
background-color: #3869d4;
border-top: 10px solid #3869d4;
border-right: 18px solid #3869d4;
border-bottom: 10px solid #3869d4;
border-left: 18px solid #3869d4;
display: inline-block;
color: #fff;
text-decoration: none;
border-radius: 3px;
box-sizing: border-box;
}
I hope that info is of use. Of course it could just be my setup that exhibits this.
I haven't found where in the code this comes from (lots to learn here!) but I did check the email from my android and the text there is white on blue

Oh wait... is
.ii a[href] { color: #15c; }
because I followed the verify link and Chrome is remembering (but android doesn't remember when I follwed it from there?)
This issue has been automatically marked as stale because it has not had recent activity.