Skip to content

Commit

Permalink
docs: update logo and make home more colorful
Browse files Browse the repository at this point in the history
  • Loading branch information
sawden committed Dec 20, 2024
1 parent d8f4ca8 commit 35f098c
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 43 deletions.
10 changes: 10 additions & 0 deletions docs/app/components/GradientBackground.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<template>
<div class="fixed w-full h-full">
<div
class="absolute z-[1] opacity-20 rounded-full left-[-500px] top-[-500px] h-[1000px] w-[1000px] md:left-[-750px] md:top-[-750px] md:h-[1500px] md:w-[1500px] bg-[radial-gradient(closest-side_at_50%_50%,_rgba(0,220,130,1),_rgba(0,220,130,0))]"
></div>
<div
class="absolute z-[2] opacity-20 rounded-full right-[-500px] bottom-[-500px] h-[1000px] w-[1000px] md:right-[-750px] md:bottom-[-750px] md:h-[1500px] md:w-[1500px] bg-[radial-gradient(closest-side_at_50%_50%,_rgba(255,71,133,1),_rgba(255,71,133,0))]"
></div>
</div>
</template>
Loading

0 comments on commit 35f098c

Please sign in to comment.