1 parent 248e6f0 commit 3d595d4Copy full SHA for 3d595d4
1 file changed
src/components/experience/ExperienceItem.tsx
@@ -31,7 +31,7 @@ export default function ExperienceItem(props: ExperienceItemProps) {
31
<a
32
rel="noreferrer"
33
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)"
+ 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)"
35
href={props.website}
36
>
37
{props.company}
0 commit comments