Skip to content

Commit 3d595d4

Browse files
committed
patch: fix hover color in lightmode in exp item
1 parent 248e6f0 commit 3d595d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/experience/ExperienceItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function ExperienceItem(props: ExperienceItemProps) {
3131
<a
3232
rel="noreferrer"
3333
target="_blank"
34-
className="text-md underline dark:text-(--darkmode-text-color-tertiary) text-(--lightmode-text-color-secondary) dark:hover:text-(--darkmode-text-color-secondary) hover:text-(--lightmode-text-color-secondary)"
34+
className="text-md underline dark:text-(--darkmode-text-color-tertiary) text-(--lightmode-text-color-secondary) dark:hover:text-(--darkmode-text-color-secondary) hover:text-(--lightmode-text-color-primary)"
3535
href={props.website}
3636
>
3737
{props.company}

0 commit comments

Comments
 (0)