Skip to content

Commit 41d40fd

Browse files
committed
fix: navbar color
1 parent 4d57dd4 commit 41d40fd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/components/app-navbar.vue

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ const toggleDark = useToggle(isDark)
99
<!-- logo -->
1010
<div h-60px flex items-center>
1111
<router-link to="/">
12-
<div cursor-pointer text="black 2xl">
13-
<div i-carbon-home text="[var(--text-color)]" />
14-
</div>
12+
<div i-carbon-home cursor-pointer text-2xl text-black />
1513
</router-link>
1614
</div>
1715

@@ -25,15 +23,13 @@ const toggleDark = useToggle(isDark)
2523
<div
2624
cursor-pointer
2725
i="dark:carbon-moon carbon-sun"
28-
text="black 2xl"
26+
text="black! 2xl"
2927
@click="toggleDark()"
3028
/>
3129

3230
<!-- github -->
3331
<a target="_blank" href="https://github.com/opensource-f2f">
34-
<div text="black 2xl" cursor-pointer>
35-
<div i-carbon-logo-github text="[var(--text-color)]" />
36-
</div>
32+
<div i-carbon-logo-github cursor-pointer text-2xl text-black />
3733
</a>
3834

3935
<!-- collapsible menu -->

0 commit comments

Comments
 (0)