Skip to content

Commit ebf1927

Browse files
fix: organization link color in hover state
1 parent 6e5c39c commit ebf1927

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)