Skip to content

Commit 87dce6d

Browse files
authored
Merge pull request #97 from bhishekprajapati/fix/link-hover-state
Fix/organization link color in hover state
2 parents 6e5c39c + ebf1927 commit 87dce6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/OrganizationCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
7979
.username-container {
8080
font-family: 'IBM Mono';
81-
@apply flex text-xs lg:text-sm font-light items-center pb-2;
81+
@apply flex text-xs lg:text-sm font-light items-center pb-2 hover:text-[#00b199] transition-colors duration-150;
8282
}
8383
8484
.has-border {

0 commit comments

Comments
 (0)