We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74afa5e commit 4486d82Copy full SHA for 4486d82
components/icons/brand.vue
@@ -2,7 +2,6 @@
2
<svg
3
height="40px"
4
width="40px"
5
- class="dark:text-white"
6
fill="#000000"
7
stroke="currentColor"
8
xmlns="http://www.w3.org/2000/svg"
@@ -23,3 +22,8 @@
23
22
import Vue from 'vue'
24
export default Vue.extend({})
25
</script>
+<style scoped>
26
+.dark svg {
27
+ filter: invert(1) hue-rotate(180deg);
28
+}
29
+</style>
components/navbar.vue
@@ -17,7 +17,6 @@
17
<Brand />
18
</NuxtLink>
19
</div>
20
-
21
<div class="flex items-center justify-between flex-1">
<div class="items-center w-1/2">
<a
0 commit comments