Skip to content

Commit dfbb73f

Browse files
committed
fix: fixing text color in switching theme
1 parent 82053c9 commit dfbb73f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/diff/_diff.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
</template>
5050
</Navbar>
5151
<main>
52-
<div class="flex items-stretch w-full gap-4 font-mono dark:text-gray-50">
52+
<div
53+
class="flex items-stretch w-full gap-4 font-mono text-gray-800 dark:text-gray-50"
54+
>
5355
<div
5456
class="relative flex-1 px-4 py-2 overflow-y-auto border-2 rounded-md dark:border-gray-500 max-h-screen--nav line-number-gutter min-h-80"
5557
>

0 commit comments

Comments
 (0)