Skip to content

Commit

Permalink
Refine link style.
Browse files Browse the repository at this point in the history
  • Loading branch information
minnur committed Nov 7, 2024
1 parent 27dab92 commit 327f4c7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -556,13 +556,32 @@ img.star:hover {

.founder-details a {
text-decoration: none;
position: relative;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 31px; /* 193.75% */
letter-spacing: -0.16px;
}

.founder-details a:before {
content: '';
border-bottom: solid 1px #ffffff;
position: absolute;
bottom: -3px;
left: 0;
width: 100%;
}

.founder-details a:hover:before {
border-bottom: solid 1px #ff6d38;
}

.founder-details a:before {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}


/* Shine */
.circular--portrait::before {
Expand Down

0 comments on commit 327f4c7

Please sign in to comment.