Skip to content

Commit

Permalink
Update social media link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
adisuyash committed Feb 7, 2024
1 parent 2a385a8 commit 015a0a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/alumni/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ const { Content } = await entry.render();
<div class="mx-auto max-w-2xl lg:mx-0 text-vulcan-300">
<div class="hidden sm:mt-32 sm:flex lg:mt-16">
<div
class="relative rounded-full px-3 py-1 text-sm leading-6 text-gray-500 ring-1 ring-gray-900/10 hover:ring-vulcan-300"
class="relative rounded-full px-3 py-1 text-sm leading-6 text-gray-500 ring-1 ring-gray-400 hover:ring-white"
>
Follow {entry.data.name} on social media <a
href={entry.data.twitter}
class="whitespace-nowrap font-semibold text-vulcan-300"
class="whitespace-nowrap font-semibold text-blue-400"
><span class="absolute inset-0" aria-hidden="true"></span> Twitter <span aria-hidden="true">&rarr;</span
></a
>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/mentees/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ const { Content } = await entry.render();
<div class="mx-auto max-w-2xl lg:mx-0 text-vulcan-300">
<div class="hidden sm:mt-32 sm:flex lg:mt-16">
<div
class="relative rounded-full px-3 py-1 text-sm leading-6 text-gray-500 ring-1 ring-gray-900/10 hover:ring-vulcan-300"
class="relative rounded-full px-3 py-1 text-sm leading-6 text-gray-500 ring-1 ring-gray-400 hover:ring-white"
>
Follow {entry.data.name} on social media <a
href={entry.data.twitter}
class="whitespace-nowrap font-semibold text-vulcan-300"
class="whitespace-nowrap font-semibold text-blue-400"
><span class="absolute inset-0" aria-hidden="true"></span> Twitter <span aria-hidden="true">&rarr;</span
></a
>
Expand Down

0 comments on commit 015a0a4

Please sign in to comment.