diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-24 21:07:00 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-24 21:07:00 +0200 |
commit | 790b0cd2057ee9467c1f5cad5143d79830de484f (patch) | |
tree | d48734b7a8a26c806f16367514ee300ba484a61d /pages/_app.tsx | |
parent | 9c4a9cb1fb077670db048250c902031a9cda9210 (diff) |
fixed animations not working
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 1 |
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, |