Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TGlide committed Jun 28, 2024
1 parent ab699b1 commit d54e711
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/ layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 29,6 @@
import { ModeWatcher } from 'mode-watcher';
$: isRoot = $page.url.pathname === '/';
let skipToContent = false;
</script>

<svelte:head>
Expand All @@ -50,7 49,7 @@
href="#main"
on:blur={() => (skipToContent = false)}
on:focus={() => (skipToContent = true)}
class="force-dark focus:z-[1000] fixed top-[-20rem] z-0 ml-56 rounded-br-xl rounded-tl-xl bg-neutral-900 px-2 py-1 text-neutral-100 focus:top-4 max-sm:right-[6]"
class="force-dark fixed top-[-20rem] z-0 ml-56 rounded-br-xl rounded-tl-xl bg-neutral-900 px-2 py-1 text-neutral-100 focus:top-4 focus:z-[1000] max-sm:right-[6]"
tabindex="0"
>
Skip to main content
Expand Down

0 comments on commit d54e711

Please sign in to comment.