diff --git a/src/components/ProjectCard.css b/src/components/ProjectCard.css index c121753..7027651 100644 --- a/src/components/ProjectCard.css +++ b/src/components/ProjectCard.css @@ -48,12 +48,3 @@ .link-title { text-transform: capitalize; } - -a[href=""], -a[href="#"], -a[href=""]:hover, -a[href="#"]:hover { - opacity: 25%; - cursor: default; - text-decoration: none; -} diff --git a/src/index.css b/src/index.css index 955e193..c6e44fa 100644 --- a/src/index.css +++ b/src/index.css @@ -20,6 +20,8 @@ --website: var(--green); --background: #f3f0fe; + --text-color: #151616; + --border-color: var(--text-color); --link-bold: #854ad1; }