UNPKG

@magic/core

Version:

@magic core. generate static pages and serverless lambdas. ~5kb client boilerplate.

21 lines (17 loc) 445 B
export const View = () => div({ class: 'Credits' }, [ 'made with a few bits of ', Link({ to: 'https://magic.github.io/', target: '_blank', rel: 'noopener' }, 'magic'), ]) export const style = vars => ({ clear: 'both', display: 'block', margin: '2em 0 1em', a: { color: (vars.text && vars.text.dark) || '#dedede', textDecoration: 'underline', '&:hover': { color: vars.neutral || '#c4c4c4', }, }, })