Skip to content

Commit

Permalink
fix: update link underline and color
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Nov 2, 2024
1 parent 5657279 commit 8263e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/blocks/Landing/LandingAbout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
nunc vel quam congue, eget venenatis dui vehicula. Praesent mi tortor,
accumsan commodo massa...
</p>
<a href="#" class="text-sm text-lbgreen">Link Out</a>
<a href="#" class="text-sm text-blue-500 underline">Link Out</a>
</div>
<div class="mb-4">
<h3 class="mb-2 text-lg font-bold">Explanation 2</h3>
Expand All @@ -24,7 +24,7 @@
nunc vel quam congue, eget venenatis dui vehicula. Praesent mi tortor,
accumsan commodo massa...
</p>
<a href="#" class="text-sm text-lbgreen">Link Out</a>
<a href="#" class="text-sm text-blue-500 underline">Link Out</a>
</div>
<div class="mb-4">
<h3 class="mb-2 text-lg font-bold">Explanation 3</h3>
Expand All @@ -35,7 +35,7 @@
nunc vel quam congue, eget venenatis dui vehicula. Praesent mi tortor,
accumsan commodo massa...
</p>
<a href="#" class="text-sm text-lbgreen">Link Out</a>
<a href="#" class="text-sm text-blue-500 underline">Link Out</a>
</div>
</aside>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/blocks/Landing/LandingLeaderboards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defineProps<LandingLeaderboardsProps>()
<NuxtLink
v-for="leaderboard in leaderboards.data"
:key="leaderboard.id"
class="mb-2 h-full content-center bg-gray-200 p-8 hover:cursor-pointer hover:text-lbgreen"
class="mb-2 h-full content-center rounded-lg bg-gray-200 p-8 text-blue-500 underline hover:cursor-pointer"
:to="
localePath({
name: 'board-slug',
Expand Down

0 comments on commit 8263e9c

Please sign in to comment.