style: override product-downloader colors

This commit is contained in:
Kendall Strautman 2021-04-06 15:35:23 -07:00 committed by Wilken Rivera
parent 31f4b94e13
commit 511b4954a6
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,15 @@
#p-downloads {
--brand: var(--packer);
color: black !important;
margin-top: 72px;
margin-bottom: 72px;
& .g-type-buttons-and-standalone-links {
color: black;
}
& .g-product-downloader.product-packer {
--highlight-color: var(--packer-link);
}
}

View File

@ -5,7 +5,7 @@
@import '~@hashicorp/mktg-global-styles/_temporary-to-remove/tables.css';
:root {
--highlight-color: var(--packer);
--highlight-color: var(--packer-link);
}
@import '~@hashicorp/react-button/styles/index.css';