diff --git a/components/Meta.js b/components/Meta.js index e2c4d1f..1267c9a 100644 --- a/components/Meta.js +++ b/components/Meta.js @@ -5,7 +5,14 @@ import Reset from './style/Reset' import Font from './style/Font' import Typography from './style/Typography' -const LOCAL_STYLESHEETS = ['one-light', 'one-dark', 'verminal', 'night-owl', 'nord'] +const LOCAL_STYLESHEETS = [ + 'one-light', + 'one-dark', + 'verminal', + 'night-owl', + 'nord', + 'shades-of-purple' +] const CDN_STYLESHEETS = THEMES.filter(t => LOCAL_STYLESHEETS.indexOf(t.id) < 0) export function Link({ href }) {