budibase icon indicating copy to clipboard operation
budibase copied to clipboard

Minor - budibase "Confirm your Budibase account" verification email link, button is blue text on blue background

Open steveroot opened this issue 3 years ago • 3 comments

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:

image

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.

steveroot avatar Jun 07 '22 19:06 steveroot

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 image

steveroot avatar Jun 07 '22 20:06 steveroot

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?)

steveroot avatar Jun 07 '22 20:06 steveroot

This issue has been automatically marked as stale because it has not had recent activity.

stale[bot] avatar Aug 10 '22 04:08 stale[bot]