Skip to content

Commit

Permalink
tweaked logo
Browse files Browse the repository at this point in the history
  • Loading branch information
depatchedmode committed Nov 15, 2023
1 parent 1391615 commit ca5ebff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/home/Authed.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
alt="logo backgroud"
/>
<img
class="logo-mg absolute z-30 top-[11.8%] left-[11.8%] w-[76.4%] h-[76.4%] object-cover"
class="logo-mg absolute z-20 top-[12.8%] left-[12.4%] w-[75.4%] object-cover"
src={`${window.location.origin}/logo-mg.gif`}
alt="logo spinning lines"
/>
<img
class="logo-fg absolute top-0 left-0 z-20 w-full"
class="logo-fg absolute top-0 left-0 z-30 w-full"
src={`${window.location.origin}/logo-fg.svg`}
alt="logo foreground"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/components/home/Public.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
alt="logo backgroud"
/>
<img
class="logo-mg absolute z-20 top-[11.8%] left-[11.8%] w-[76.4%] h-[76.4%] object-cover"
class="logo-mg absolute z-10 top-[12.8%] left-[12.4%] w-[75.4%] object-cover"
src={`${window.location.origin}/logo-mg.gif`}
alt="logo spinning lines"
/>
<img
class="logo-fg absolute top-0 left-0 z-10 w-full"
class="logo-fg absolute top-0 left-0 z-20 w-full"
src={`${window.location.origin}/logo-fg.svg`}
alt="logo foreground"
/>
Expand Down
5 changes: 3 additions & 2 deletions static/logo-fg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca5ebff

Please sign in to comment.