Skip to content

Commit

Permalink
single-page: highlight person on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Jun 25, 2024
1 parent a70e095 commit 0fdf458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profiles/single-page/resources/css/custom-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ footer img {
margin: 0 auto; /* Centers the image horizontally */
opacity: 0.6;
}
.team li:hover header img {
opacity: 1;
}
.team h3 {
flex: 3;
color: var(--color-grey-3, #828282);
Expand Down

0 comments on commit 0fdf458

Please sign in to comment.