We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b355b8 commit e5bfa7eCopy full SHA for e5bfa7e
src/pages/legal/index.astro
@@ -14,7 +14,7 @@ const pages = legalPages.map((page) => ({
14
<div class="max-w-screen-lg mx-6 sm:mx-12 md:mx-16 lg:mx-32 xl:mx-auto">
15
<h1>Legal Documents</h1>
16
17
- <p class="my-6 text-lg text-gray-600 dark:text-gray-400">
+ <p class="my-6 text-lg">
18
This page contains legal documents, policies, and compliance information related to Audacity and its services.
19
</p>
20
@@ -23,7 +23,7 @@ const pages = legalPages.map((page) => ({
23
<li>
24
<a
25
href={page.url}
26
- class="text-blue-600 dark:text-blue-400 hover:underline text-lg"
+ class="text-blue-700 hover:underline text-lg"
27
>
28
{page.title}
29
</a>
0 commit comments