From 4cbc3699c3888d8d37d58ad5ba71a3575602f689 Mon Sep 17 00:00:00 2001 From: artificial <59352535+artificialbutter@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:51:05 -0700 Subject: [PATCH] Use "official" gradient --- css/brands.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/brands.css b/css/brands.css index 65a0ab1..b195ab1 100644 --- a/css/brands.css +++ b/css/brands.css @@ -602,7 +602,7 @@ button:hover, /* NGL */ .button.button-ngl { color: #ffffff; - background-image: linear-gradient(45deg, #ed1581 0%, #ff8614 100%); + background-image: linear-gradient(-45deg, #ff8d10, #ec1187); } .button.button-ngl:hover, .button.button-ngl:focus {