Merge pull request #193 from ameerj/hugo

Fix manual download button color
This commit is contained in:
Schplee 2020-09-17 00:24:17 -07:00 committed by GitHub
commit 2133c7266c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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