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; +}