From c540b4266e1220aa744113994a6cd037b0f91e68 Mon Sep 17 00:00:00 2001 From: Kevin Nielsen Date: Fri, 15 Jan 2021 14:35:44 -0500 Subject: [PATCH] PoolTogether Navigation Colors --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index 03f777f..966a10b 100644 --- a/index.ts +++ b/index.ts @@ -114,8 +114,8 @@ export const protocols = { export const protocolBranding = { pooltogether: { - "--background-primary-nav": "#001529", + "--background-primary-nav": "#290b5a", "--color-text-nav": "#e7e8eb", - "--background-switcher-active": "#000000", + "--background-switcher-active": "#341762", }, };