Skip to content

Commit

Permalink
Improve text contrast on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ldgrp committed Aug 19, 2023
1 parent 7faea63 commit 744471c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

body {
@apply flex flex-col min-h-screen p-4 sm:p-4 max-w-2xl mx-auto text-gray-900 bg-amber-50 bg-opacity-100 dark:bg-zinc-950 dark:text-gray-200 duration-100
@apply flex flex-col min-h-screen p-4 sm:p-4 max-w-2xl mx-auto text-slate-800 bg-amber-50 bg-opacity-70 dark:bg-zinc-950 dark:bg-opacity-100 dark:text-gray-200 duration-100
}

.entry-list {
Expand Down

0 comments on commit 744471c

Please sign in to comment.