Improve contrast ratios

This commit is contained in:
Dilson's Pickles
2023-09-12 15:22:04 +10:00
parent 4a633627bd
commit 0e19923691
3 changed files with 4 additions and 4 deletions

View File

@@ -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>
);
}

View File

@@ -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>
);
}

View File

@@ -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 {