Skip to content

Commit

Permalink
manage: dark mode for ingredients in list
Browse files Browse the repository at this point in the history
  • Loading branch information
kassner committed Oct 9, 2023
1 parent b1f0523 commit bc1714a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/js/manage/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ h1 {
line-height: 1rem;

li {
@apply border-zinc-200 bg-zinc-50 border rounded-md p-1 text-zinc-500;
@apply rounded-md border border-zinc-200 bg-zinc-50 p-1 text-zinc-500 dark:border-zinc-600 dark:bg-zinc-900;

display: inline-block;
}
}
Expand Down

0 comments on commit bc1714a

Please sign in to comment.