Skip to content

Commit

Permalink
Small style consistency fix to list bullet points in darkmode
Browse files Browse the repository at this point in the history
Now the inner circle color matches with the body background color at all times

Changes to be committed:
modified:   styles/components.scss
  • Loading branch information
CarbonaraJack committed Jul 1, 2023
1 parent 25024ea commit 00f691c
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

0 comments on commit 00f691c

Please sign in to comment.