summaryrefslogtreecommitdiff
path: root/pages/_app.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-24 21:07:00 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-24 21:07:00 +0200
commit790b0cd2057ee9467c1f5cad5143d79830de484f (patch)
treed48734b7a8a26c806f16367514ee300ba484a61d /pages/_app.tsx
parent9c4a9cb1fb077670db048250c902031a9cda9210 (diff)
fixed animations not working
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r--pages/_app.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx
index b6abb5a..adb653b 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -59,6 +59,7 @@ function MyApp({ Component, pageProps }: AppProps) {
700: emacsTheme.base6,
800: emacsTheme.base7,
900: emacsTheme.base8,
+ inter: d3int.interpolate(emacsTheme.base4, emacsTheme.base3),
},
blue: {
500: emacsTheme.blue,