19 lines
504 B
CSS
Raw Permalink Normal View History

2020-03-18 18:46:47 -04:00
#p-downloads {
/** DEBT: short-term color override until we upgrade to the most recent product downloader.
This will be handled as part of the "Redesigned Downloads Pages" project:
https://app.asana.com/0/1179659922742997/1199639822462636 */
--brand: var(--packer);
color: black !important;
2020-03-18 18:46:47 -04:00
margin-top: 72px;
margin-bottom: 72px;
& .g-type-buttons-and-standalone-links {
color: black;
}
& .g-product-downloader.product-packer {
--highlight-color: var(--packer-link);
}
2020-03-18 18:46:47 -04:00
}