UNPKG

gatsby-theme-docz

Version:

Gatsby theme created to use Docz

15 lines (13 loc) 221 B
export const logo = { letterSpacing: '-0.02em', fontWeight: 600, fontSize: 4, } export const link = { fontWeight: 600, color: 'header.text', textDecoration: 'none', ':hover': { color: 'primary', }, }