From 17ce08d07c4f8377782858e3adf236c7251cf3e5 Mon Sep 17 00:00:00 2001 From: Kevin Nielsen Date: Fri, 15 Jan 2021 19:16:30 -0500 Subject: [PATCH] Defi Dollar branding colors --- index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.ts b/index.ts index 966a10b..a452bf6 100644 --- a/index.ts +++ b/index.ts @@ -118,4 +118,9 @@ export const protocolBranding = { "--color-text-nav": "#e7e8eb", "--background-switcher-active": "#341762", }, + defidollar: { + "--background-primary-nav": "#212529", + "--color-text-nav": "#e7e8eb", + "--background-switcher-active": "#5553e8", + }, };