From 0e1992369138accc4a6c8a7f0c64bca69f6ace2c Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Tue, 12 Sep 2023 15:22:04 +1000 Subject: [PATCH] Improve contrast ratios --- src/components/button/DownloadButton.jsx | 2 +- src/components/button/DownloadMuseHubButton.jsx | 2 +- src/styles/input.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/button/DownloadButton.jsx b/src/components/button/DownloadButton.jsx index b0b01e5..bd057a0 100644 --- a/src/components/button/DownloadButton.jsx +++ b/src/components/button/DownloadButton.jsx @@ -25,7 +25,7 @@ function DownloadButton() {

Download Audacity {releaseData.version}

-

Installs with no add-ons

+

Installs with no add-ons

); } diff --git a/src/components/button/DownloadMuseHubButton.jsx b/src/components/button/DownloadMuseHubButton.jsx index 37da814..88a8c57 100644 --- a/src/components/button/DownloadMuseHubButton.jsx +++ b/src/components/button/DownloadMuseHubButton.jsx @@ -24,7 +24,7 @@ function DownloadMuseHubButton() {

Audacity + free effects & samples

-

Requires the MuseHub installer

+

Requires the MuseHub installer

); } diff --git a/src/styles/input.css b/src/styles/input.css index c85671b..4112f12 100644 --- a/src/styles/input.css +++ b/src/styles/input.css @@ -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 {