Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
Background reacts to logo resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
TehNut committed May 4, 2023
1 parent 82008f4 commit 0776169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</main>
<div class="absolute inset-0">
<div class="absolute inset-0 bg-[#50c0f9]" />
<div class="stripes absolute inset-0 top-auto h-1/2 opacity-5" />
<div class="absolute inset-0 bg-gradient-to-b from-[#50c0f9] via-[#50c0f9] via-70% to-black/10" />
<div class="stripes absolute inset-0 top-auto h-full opacity-5" />
<div class="absolute inset-0 bg-gradient-to-b from-[#50c0f9] via-[#50c0f9] {isHome ? "via-70%" : "via-40%"} to-black/10" />
</div>

<style>
Expand Down

0 comments on commit 0776169

Please sign in to comment.