@@ -17,9 +17,9 @@ const { win, mac, lin } = betaReleases;
1717 <div class =" grid grid-cols-12 pt-8 pb-32 gap-y-12" >
1818 <section class =" col-start-2 col-span-10 sm:col-start-2 sm:col-span-5" >
1919 <div >
20- <h1 >Help us test the first Audacity 4 alpha!</h1 >
20+ <h1 class = " text-gray-700 " >Help us test the first Audacity 4 alpha!</h1 >
2121 <div class =" mt-4" >
22- <p >
22+ <p class = " text-gray-700 " >
2323 The first alpha version of Audacity 4 is intended as an early preview and feedback opportunity on some core interactions we have designed.
2424 </p >
2525 <iframe
@@ -31,16 +31,16 @@ const { win, mac, lin } = betaReleases;
3131 allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
3232 allowfullscreen
3333 class =" my-4" ></iframe >
34- <h2 class =" mt-6 text-2xl" >What should work</h2 >
34+ <h2 class =" mt-6 text-2xl text-gray-700 " >What should work</h2 >
3535 <p class =" mt-2" >We expect the following flow to work reasonably well:</p >
36- <ul class =" list-disc mt-2 ml-6" >
37- <li >Recording, generating and importing audio</li >
38- <li >The core editing flow of applying effects (destructive or realtime), making cuts, moving clips and such.</li >
39- <li >Exporting (without metadata)</li >
40- <li >Customization of the app (themes, and editing/moving the toolbar)</li >
36+ <ul class =" list-disc mt-2 ml-6 text-gray-700 " >
37+ <li class = " text-gray-700 " >Recording, generating and importing audio</li >
38+ <li class = " text-gray-700 " >The core editing flow of applying effects (destructive or realtime), making cuts, moving clips and such.</li >
39+ <li class = " text-gray-700 " >Exporting (without metadata)</li >
40+ <li class = " text-gray-700 " >Customization of the app (themes, and editing/moving the toolbar)</li >
4141 </ul >
4242 </div >
43- <h2 class =" mt-6 text-2xl" >What doesn't work yet</h2 >
43+ <h2 class =" mt-6 text-2xl text-gray-700 " >What doesn't work yet</h2 >
4444 <p class =" mt-2" >We haven't completed all development tasks for the full app yet. As such, a lot of features are missing, or appear disabled for the moment. We expect the following things to not work right now:</p >
4545 <ul class =" list-disc mt-2 ml-6" >
4646 <li >Various menu items and buttons haven't been hooked up to functionality yet, you'll see them greyed out.</li >
@@ -52,7 +52,7 @@ const { win, mac, lin } = betaReleases;
5252 </div >
5353
5454 <div >
55- <h2 class =" mt-4 text-2xl" >Submit your feedback!</h2 >
55+ <h2 class =" mt-4 text-2xl text-gray-700 " >Submit your feedback!</h2 >
5656 <p class =" mt-2" >
5757 We're always eager to hear what you have to say, but it's especially
5858 important we hear from you during this early phase. Please let us
@@ -78,7 +78,7 @@ const { win, mac, lin } = betaReleases;
7878 And with all that out of the way: <strong >Happy testing!</strong >
7979 </p >
8080 </div >
81- <h2 class =" mt-8 text-2xl" >System requirements</h2 >
81+ <h2 class =" mt-8 text-2xl text-gray-700 " >System requirements</h2 >
8282 <p class =" mt-2" >Audacity 4 has higher system requirements than Audacity 3, mostly due to Qt's platform support. We expect Audacity 4 Alpha 1 to work on the following platforms:</p >
8383 <ul class =" list-disc mt-2 ml-6" >
8484 <li >
@@ -96,12 +96,12 @@ const { win, mac, lin } = betaReleases;
9696 <aside
9797 class =" row-start-2 sm:row-start-1 col-start-2 col-span-10 sm:col-start-8 sm:col-span-4"
9898 >
99- <h2 class =" text-sm uppercase font-normal text-gray-600 " >
99+ <h2 class =" text-sm uppercase font-normal text-gray-700 " >
100100 Download links
101101 </h2 >
102102 <div class =" flex flex-col gap-6 mt-2" >
103103 <div class =" border border-bg-200 rounded-md p-6" >
104- <h3 class =" additional-resource-heading" >
104+ <h3 class =" additional-resource-heading text-gray-700 " >
105105 Audacity 4 alpha 1 for Windows
106106 </h3 >
107107 <div class =" mt-2" >
@@ -110,14 +110,14 @@ const { win, mac, lin } = betaReleases;
110110 </div >
111111
112112 <div class =" border border-bg-200 rounded-md p-6" >
113- <h3 class =" additional-resource-heading" >Audacity 4 alpha 1 for macOS</h3 >
113+ <h3 class =" additional-resource-heading text-gray-700 " >Audacity 4 alpha 1 for macOS</h3 >
114114 <div class =" mt-2" >
115115 <SplitDownloadButton OS =" macOS" releaseData ={ mac } client:load />
116116 </div >
117117 </div >
118118
119119 <div class =" border border-bg-200 rounded-md p-6" >
120- <h3 class =" additional-resource-heading" >Audacity 4 alpha 1 for Linux</h3 >
120+ <h3 class =" additional-resource-heading text-gray-700 " >Audacity 4 alpha 1 for Linux</h3 >
121121 <div class =" mt-2" >
122122 <SplitDownloadButton OS =" Linux" releaseData ={ lin } client:load />
123123 </div >
0 commit comments