Fix manual download button color

This commit is contained in:
ameerj 2020-09-17 00:42:38 -04:00
parent 9ae7b0928d
commit 230ebe5a28

View file

@ -105,3 +105,8 @@ a:hover {
.dl-button, #platform-unsupported { .dl-button, #platform-unsupported {
display: none; display: none;
} }
// Fix manual download button text
#view-package-listing-button {
color: #363636;
}