Skip to content

Commit 1197de2

Browse files
authored
Merge pull request #22 from Yasar2019/copilot/replace-hardcoded-link-color
Replace hardcoded link color with CSS variable in Certifications.jsx
2 parents b55bc1e + 296465e commit 1197de2

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)