UNPKG

gatsby-theme-docz

Version:

Gatsby theme created to use Docz

34 lines (32 loc) 610 B
export const link = { my: 2, display: 'block', color: 'sidebar.navGroup', textDecoration: 'none', fontSize: 2, '&.active': { color: 'sidebar.navLinkActive', }, } export const smallLink = { ...link, ml: 3, fontSize: 1, position: 'relative', color: 'sidebar.tocLink', '&.active': { color: 'sidebar.tocLinkActive', }, '&.active::before': { content: '""', position: 'absolute', display: 'block', top: '2px', left: -2, height: '1rem', backgroundColor: 'primary', transition: 'width 200ms ease 0s', width: '2px', borderRadius: 1, }, }