Skip to content

Commit

Permalink
styles: update site logo
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Jan 19, 2024
1 parent 5ca9eaa commit b1b8263
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 16 deletions.
32 changes: 32 additions & 0 deletions assets/images/docs-logo-white-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header class="sticky top-0 z-20 h-16 px-4 text-white bg-gradient-to-r from-accent-light to-blue-light-500 dark:from-accent-dark dark:to-blue-dark-100">
<div class="mx-auto flex h-full max-w-[1440px] items-center justify-between">
<div class="mx-auto flex h-full max-w-[1400px] items-center justify-between">
<div class="flex h-full items-center gap-8 md:gap-2">
<button x-data tabindex="4" @click="() => {
$store.showSidebar = ! $store.showSidebar;
Expand All @@ -14,9 +14,10 @@
menu
</button>
<div>
{{/* main logo */}}
<a href="{{ site.BaseURL }}">
<div>
{{ readFile "static/assets/images/docker-docs-logo.svg" | safeHTML }}
{{- (resources.Get "images/docs-logo-white-full.svg").Content | safe.HTML -}}
</div>
</a>
</div>
Expand Down
Loading

0 comments on commit b1b8263

Please sign in to comment.