Skip to content

Commit 5f8d345

Browse files
committed
feat: improve dark mode
1 parent 4d677d4 commit 5f8d345

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
data-rybbit-event="try_documatt_clicked"
2929
>
3030
<button
31-
class="btn hover:bg-primary text-slate-500 hover:text-slate-200"
31+
class="btn hover:bg-primary text-slate-500 hover:text-slate-300 dark:bg-slate-700 dark:text-slate-300"
3232
>
3333
Try Documatt
3434
<Icon name="prime:arrow-right" />

app/components/Toolbar.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
<div class="flex items-center text-sm">
5454
<div class="tooltip tooltip-left" data-tip="Snippets are open-source!">
5555
<a href="https://github.com/documatt/snippets-web">
56-
<Icon name="prime:github" class="text-2xl text-slate-600" />
56+
<Icon
57+
name="prime:github"
58+
class="text-2xl text-slate-600 dark:text-slate-300"
59+
/>
5760
</a>
5861
</div>
5962
</div>

0 commit comments

Comments
 (0)