-
diff --git a/src/app.html b/src/app.html index e39ac10..a1123df 100644 --- a/src/app.html +++ b/src/app.html @@ -17,8 +17,11 @@ } :root{ --bg: #101010; - --gradient: linear-gradient(to right, #3C53FF, #7734AA); + --gradient: linear-gradient(to bottom, #3C53FF, #7734AA); --fontColor: #FFFFFF; + --purple: #7734AA; + --blue: #3C53FF; + --disable: #D15555; font-family: Comfortaa; } diff --git a/src/routes/register/+page.svelte b/src/routes/register/+page.svelte index b53e0a5..3c1d017 100644 --- a/src/routes/register/+page.svelte +++ b/src/routes/register/+page.svelte @@ -1,4 +1,5 @@
- -