style: override product-downloader colors
This commit is contained in:
parent
31f4b94e13
commit
511b4954a6
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue