Skip to content

Commit 296465e

Browse files
CopilotYasar2019
andcommitted
fix: replace hardcoded #00d084 link color with var(--accent) in Certifications.jsx
Co-authored-by: Yasar2019 <60102921+Yasar2019@users.noreply.github.com>
1 parent cf709c9 commit 296465e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/Certifications.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const CertificationCard = styled.div`
2929
}
3030
3131
a {
32-
color: #00d084;
32+
color: var(--accent);
3333
font-size: 1.2rem;
3434
text-decoration: none;
3535

0 commit comments

Comments
 (0)