mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-19 21:44:11 -05:00
Improve contrast ratios
This commit is contained in:
@@ -25,7 +25,7 @@ function DownloadButton() {
|
||||
<span className="icon icon-import text-white"></span>
|
||||
<p className="button-text font-semibold text-white"> Download Audacity {releaseData.version}</p>
|
||||
</div>
|
||||
<p className="button-caption text-white opacity-80">Installs with no add-ons</p>
|
||||
<p className="button-caption text-white">Installs with no add-ons</p>
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ function DownloadMuseHubButton() {
|
||||
<p className="text-blue-700 font-semibold">
|
||||
Audacity + free effects & samples
|
||||
</p>
|
||||
<p className="text-gray-500">Requires the MuseHub installer</p>
|
||||
<p className="text-gray-700">Requires the MuseHub installer</p>
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -37,11 +37,11 @@
|
||||
}
|
||||
|
||||
small {
|
||||
@apply text-xs md:text-sm uppercase text-gray-500
|
||||
@apply text-xs md:text-sm uppercase text-gray-700
|
||||
}
|
||||
|
||||
.hyperlink {
|
||||
@apply text-blue-500 underline hover:text-blue-600
|
||||
@apply text-blue-500 underline hover:text-blue-700
|
||||
}
|
||||
|
||||
.footer-link-list li {
|
||||
|
||||
Reference in New Issue
Block a user