Skip to content

Commit 38a84d4

Browse files
committed
fix: fixed brand logo in navbar for dark mode
1 parent 74afa5e commit 38a84d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

components/icons/brand.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<svg
33
height="40px"
44
width="40px"
5-
class="dark:text-white"
5+
class="filter dark:text-white dark:invert dark:hue-rotate-180"
66
fill="#000000"
77
stroke="currentColor"
88
xmlns="http://www.w3.org/2000/svg"

components/navbar.vue

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<Brand />
1818
</NuxtLink>
1919
</div>
20-
2120
<div class="flex items-center justify-between flex-1">
2221
<div class="items-center w-1/2">
2322
<a

0 commit comments

Comments
 (0)