Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TellToldTold committed May 29, 2024
1 parent 5b1f9d8 commit d5fcd89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/People/Alumni.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ const AlumniData: AlumnoProps[] = [
]
},
{
name: "Antonio Definite",
imageSrc: "/People/members/antonio_definite.png",
name: "Antonio Defonte",
imageSrc: "/People/members/antonio_defonte.png",
badges: [
{type: BadgeType.Inducted, year: 2020}
]
Expand Down
7 changes: 7 additions & 0 deletions styles/Activities/Activities.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,19 @@
}

&__button {
transition: background-color 0.2s ease-in-out, color 0.3s ease-in-out;
font-family: Inter, sans-serif;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
background-color: #061E33;
color: #FFF;
margin-top: 20px;

&:hover {
transition: background-color 0.2s ease-in-out, color 0.3s ease-in-out;
background-color: #4c6d95;
}
}
}

Expand Down

0 comments on commit d5fcd89

Please sign in to comment.