Skip to content

Commit

Permalink
Update global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pogseal committed Sep 4, 2024
1 parent 58319c3 commit 8596f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@apply border-zinc-100 dark:border-darkBorder;
}
.border-color-sub {
@apply border-[#ededed] dark:border-zinc-700;
@apply border-[#ededed] dark:border-zinc-600/50;
}
h3 {
@apply font-header dark:text-zinc-100 text-xl mt-4 pb-1 scroll-mt-32 laptop:scroll-mt-20;
Expand Down Expand Up @@ -83,7 +83,7 @@ html.dark {
@apply divide-[#ededed] dark:divide-[#36393e];
}
.divide-color-sub {
@apply divide-[#ededed] dark:divide-zinc-700;
@apply divide-[#ededed] dark:divide-zinc-600/50;
}
.outline-color {
@apply outline-[#ededed] dark:outline-[#36393e];
Expand Down

0 comments on commit 8596f5d

Please sign in to comment.