We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74afa5e commit 38a84d4Copy full SHA for 38a84d4
components/icons/brand.vue
@@ -2,7 +2,7 @@
2
<svg
3
height="40px"
4
width="40px"
5
- class="dark:text-white"
+ class="filter dark:text-white dark:invert dark:hue-rotate-180"
6
fill="#000000"
7
stroke="currentColor"
8
xmlns="http://www.w3.org/2000/svg"
components/navbar.vue
@@ -17,7 +17,6 @@
17
<Brand />
18
</NuxtLink>
19
</div>
20
-
21
<div class="flex items-center justify-between flex-1">
22
<div class="items-center w-1/2">
23
<a
0 commit comments