From 230ebe5a28dc6dac76ccebba33a9f38512a3db9a Mon Sep 17 00:00:00 2001 From: ameerj Date: Thu, 17 Sep 2020 00:42:38 -0400 Subject: [PATCH] Fix manual download button color --- src/scss/yuzu/yuzu.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scss/yuzu/yuzu.scss b/src/scss/yuzu/yuzu.scss index d292941e..5b0b54c4 100644 --- a/src/scss/yuzu/yuzu.scss +++ b/src/scss/yuzu/yuzu.scss @@ -105,3 +105,8 @@ a:hover { .dl-button, #platform-unsupported { display: none; } + +// Fix manual download button text +#view-package-listing-button { + color: #363636; +}