grim/www.imfreedom.org

Parents 6e45aa404177
Children 2bf415b9ae45
We're kind of refreshing the imf brand, this brings the gradient to that new standard

Testing Done:
ran locally

Reviewed at https://reviews.imfreedom.org/r/658/
--- a/hugo/themes/imfree/layouts/partials/head.html Wed Apr 21 18:48:20 2021 -0500
+++ b/hugo/themes/imfree/layouts/partials/head.html Mon May 17 20:25:32 2021 -0500
@@ -30,11 +30,10 @@
}
section.hero-gradient {
- background: rgb(157, 86, 205);
+ background: rgb(89, 47, 99);
background: linear-gradient(357deg,
- rgba(157, 86, 205, 1) 0%,
- rgba(255, 121, 121, 1) 50%,
- rgba(255, 211, 211, 1) 100%);
+ rgba(89, 47, 99, 1) 0%,
+ rgba(226, 102, 156, 1) 100%);
}
</style>