@@ -17,9 +17,9 @@ const { win, mac, lin } = betaReleases;
17
17
<div class =" grid grid-cols-12 pt-8 pb-32 gap-y-12" >
18
18
<section class =" col-start-2 col-span-10 sm:col-start-2 sm:col-span-5" >
19
19
<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 >
21
21
<div class =" mt-4" >
22
- <p >
22
+ <p class = " text-gray-700 " >
23
23
The first alpha version of Audacity 4 is intended as an early preview and feedback opportunity on some core interactions we have designed.
24
24
</p >
25
25
<iframe
@@ -31,16 +31,16 @@ const { win, mac, lin } = betaReleases;
31
31
allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
32
32
allowfullscreen
33
33
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 >
35
35
<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 >
41
41
</ul >
42
42
</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 >
44
44
<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 >
45
45
<ul class =" list-disc mt-2 ml-6" >
46
46
<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;
52
52
</div >
53
53
54
54
<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 >
56
56
<p class =" mt-2" >
57
57
We're always eager to hear what you have to say, but it's especially
58
58
important we hear from you during this early phase. Please let us
@@ -78,7 +78,7 @@ const { win, mac, lin } = betaReleases;
78
78
And with all that out of the way: <strong >Happy testing!</strong >
79
79
</p >
80
80
</div >
81
- <h2 class =" mt-8 text-2xl" >System requirements</h2 >
81
+ <h2 class =" mt-8 text-2xl text-gray-700 " >System requirements</h2 >
82
82
<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 >
83
83
<ul class =" list-disc mt-2 ml-6" >
84
84
<li >
@@ -96,12 +96,12 @@ const { win, mac, lin } = betaReleases;
96
96
<aside
97
97
class =" row-start-2 sm:row-start-1 col-start-2 col-span-10 sm:col-start-8 sm:col-span-4"
98
98
>
99
- <h2 class =" text-sm uppercase font-normal text-gray-600 " >
99
+ <h2 class =" text-sm uppercase font-normal text-gray-700 " >
100
100
Download links
101
101
</h2 >
102
102
<div class =" flex flex-col gap-6 mt-2" >
103
103
<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 " >
105
105
Audacity 4 alpha 1 for Windows
106
106
</h3 >
107
107
<div class =" mt-2" >
@@ -110,14 +110,14 @@ const { win, mac, lin } = betaReleases;
110
110
</div >
111
111
112
112
<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 >
114
114
<div class =" mt-2" >
115
115
<SplitDownloadButton OS =" macOS" releaseData ={ mac } client:load />
116
116
</div >
117
117
</div >
118
118
119
119
<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 >
121
121
<div class =" mt-2" >
122
122
<SplitDownloadButton OS =" Linux" releaseData ={ lin } client:load />
123
123
</div >
0 commit comments