diff --git a/AquaNet/src/App.svelte b/AquaNet/src/App.svelte index 0963c69b..e430d030 100644 --- a/AquaNet/src/App.svelte +++ b/AquaNet/src/App.svelte @@ -68,22 +68,6 @@ > span display: none - > div, > a - cursor: pointer - transition: $transition - text-decoration: underline 1px solid transparent - text-underline-offset: 0.1em - - display: flex - align-items: center - color: unset - font-weight: unset - - &:hover - color: $c-main - text-decoration-color: $c-main - text-underline-offset: 0.5em - @media (max-width: $w-mobile) justify-content: center diff --git a/AquaNet/src/app.sass b/AquaNet/src/app.sass index 340f4014..d9016a3f 100644 --- a/AquaNet/src/app.sass +++ b/AquaNet/src/app.sass @@ -176,6 +176,16 @@ main.content @media (max-width: $w-mobile) margin: 100px 0 0 + > h2.outer-title + margin-top: -3.5rem + //color: transparent + //background-color: rgba($c-main, 70%) + //-webkit-background-clip: text + //background-clip: text + //text-shadow: rgb(0 0 0 / 50%) 0 5px 6px + + @media (max-width: $w-mobile) + text-align: center // Overlay .overlay @@ -206,4 +216,21 @@ main.content max-width: 400px .no-margin - margin: 0 \ No newline at end of file + margin: 0 + +nav + > div, > a + cursor: pointer + transition: $transition + text-decoration: underline 1px solid transparent + text-underline-offset: 0.1em + + display: flex + align-items: center + color: unset + font-weight: unset + + &:hover + color: $c-main + text-decoration-color: $c-main + text-underline-offset: 0.5em \ No newline at end of file diff --git a/AquaNet/src/pages/Home.svelte b/AquaNet/src/pages/Home.svelte index 74b3cda2..60c13446 100644 --- a/AquaNet/src/pages/Home.svelte +++ b/AquaNet/src/pages/Home.svelte @@ -5,15 +5,20 @@ import {FADE_IN, FADE_OUT} from "../libs/config"; let tab = 0; + let tabs = ["Portal", "Link Card", "Game Setup"];
-

Welcome to AquaDX!

- +

Home

{#if tab === 0} @@ -28,4 +33,16 @@ {/if} -
\ No newline at end of file + + + \ No newline at end of file