diff --git a/AquaNet/src/app.sass b/AquaNet/src/app.sass index 94e7cb7e..0310aaaa 100644 --- a/AquaNet/src/app.sass +++ b/AquaNet/src/app.sass @@ -59,7 +59,7 @@ button font-size: 1em font-weight: 500 font-family: inherit - background-color: rgba(white, 0.08) + background-color: $ov-lighter opacity: 0.9 cursor: pointer transition: all 0.25s @@ -95,7 +95,7 @@ input font-size: 1em font-weight: 500 font-family: inherit - background-color: rgba(white, 0.08) + background-color: $ov-lighter transition: all 0.25s box-sizing: border-box diff --git a/AquaNet/src/components/BindCard.svelte b/AquaNet/src/components/BindCard.svelte index f5df912c..3cb483f4 100644 --- a/AquaNet/src/components/BindCard.svelte +++ b/AquaNet/src/components/BindCard.svelte @@ -67,6 +67,10 @@ // Ghost card return luid } + + function isGhostCard(luid: string) { + return luid.length === 18 + }
Here are the cards you have linked to your account:
{#if me} - {#each me.cards as card} -{error}
{:else} @@ -127,6 +133,8 @@