Skip to content

Commit

Permalink
docs: update logo, favicon, and og (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Apr 14, 2024
1 parent 53287d1 commit 70b9c50
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 68 deletions.
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sites/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"clsx": "^2.1.0",
"concurrently": "^8.2.2",
"contentlayer": "^0.3.4",
"mdsx": "^0.0.3",
"mdsx": "^0.0.5",
"phosphor-svelte": "^1.4.2",
"postcss": "^8.4.35",
"postcss-load-config": "^5.0.3",
Expand All @@ -67,8 +67,8 @@
"@melt-ui/svelte": "^0.74.0",
"bits-ui": "^0.18.1",
"mode-watcher": "^0.2.1",
"runed": "workspace:^",
"rehype-slug": "^6.0.0",
"runed": "workspace:^",
"svelte-sonner": "^0.3.17",
"vaul-svelte": "^0.2.3"
}
Expand Down
10 changes: 8 additions & 2 deletions sites/docs/src/lib/components/layout/navbar/navbar-logo.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<script lang="ts">
import RunedLight from "$lib/components/logos/runed-light.svelte";
import RunedDark from "$lib/components/logos/runed-dark.svelte";
</script>

<div class="flex items-center gap-1.5 lg:flex-1">
<a
href="/"
class="flex flex-shrink-0 items-end gap-1.5 text-xl font-bold text-gray-900 dark:text-white"
>
<p>Runed</p>
<span class="sr-only"> Current Page Here </span>
<RunedLight class="block h-7 w-auto dark:hidden" />
<RunedDark class="hidden h-7 w-auto dark:block" />
<span class="sr-only"> Home </span>
</a>
</div>
62 changes: 33 additions & 29 deletions sites/docs/src/lib/components/logos/runed-dark.svelte

Large diffs are not rendered by default.

62 changes: 33 additions & 29 deletions sites/docs/src/lib/components/logos/runed-light.svelte

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sites/docs/src/lib/styles/app.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

--ring: 320 5.9% 64.9%;

--brand: 40 84% 27%;
--brand: 12 84% 44%;

--radius: 0.5rem;
}
Expand Down Expand Up @@ -69,7 +69,7 @@

--ring: 240 4% 16%;

--brand: 40 84% 54%;
--brand: 12 84% 54%;
}
}

Expand Down
Binary file modified sites/docs/static/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sites/docs/static/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sites/docs/static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sites/docs/static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sites/docs/static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sites/docs/static/favicon.ico
Binary file not shown.
Binary file modified sites/docs/static/og.png
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 70b9c50

Please sign in to comment.