Skip to content

Commit

Permalink
Change logo color in diffrent color modes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Dec 13, 2023
1 parent 8b71f3e commit 90b7c36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/images/brand/wordmark_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
alt="Lodine"
width="120"
class="d-inline-block align-text-top"
v-if="colorMode.value == 'light'"
/>
<img
src="~/assets/images/brand/wordmark_light.svg"
alt="Lodine"
width="120"
class="d-inline-block align-text-top"
v-if="colorMode.value == 'dark'"
/>
</NuxtLink>
<button
Expand Down

0 comments on commit 90b7c36

Please sign in to comment.