Skip to content

Commit e5bfa7e

Browse files
committed
Refactor styling for legal documents page
1 parent 7b355b8 commit e5bfa7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/legal/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const pages = legalPages.map((page) => ({
1414
<div class="max-w-screen-lg mx-6 sm:mx-12 md:mx-16 lg:mx-32 xl:mx-auto">
1515
<h1>Legal Documents</h1>
1616

17-
<p class="my-6 text-lg text-gray-600 dark:text-gray-400">
17+
<p class="my-6 text-lg">
1818
This page contains legal documents, policies, and compliance information related to Audacity and its services.
1919
</p>
2020

@@ -23,7 +23,7 @@ const pages = legalPages.map((page) => ({
2323
<li>
2424
<a
2525
href={page.url}
26-
class="text-blue-600 dark:text-blue-400 hover:underline text-lg"
26+
class="text-blue-700 hover:underline text-lg"
2727
>
2828
{page.title}
2929
</a>

0 commit comments

Comments
 (0)