Skip to content

Commit

Permalink
Merge pull request #15 from CarbonaraJack/upstream_fix
Browse files Browse the repository at this point in the history
Small style consistency fix to list bullet points in darkmode
  • Loading branch information
tfsomrat authored Jul 5, 2023
2 parents a71480f + 00f691c commit 6e0757c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ footer .socials {
@apply relative pl-7;

&::before {
@apply absolute left-1 top-2.5 h-[9px] w-[9px] rounded-full border-2 border-white bg-primary shadow-[0px_0px_0px_2px] shadow-primary content-[''];
@apply absolute left-1 top-2.5 h-[9px] w-[9px] rounded-full border-2 border-body bg-primary shadow-[0px_0px_0px_2px] shadow-primary content-[''] dark:border-darkmode-body;
}
}
}
Expand Down

1 comment on commit 6e0757c

@vercel
Copy link

@vercel vercel bot commented on 6e0757c Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.