UNPKG

@worldresources/gfw-components

Version:

React component library for the Global Forest Watch project.

19 lines (15 loc) 303 B
import { css } from '@emotion/core'; import theme from './theme'; export const bodyOverflowHidden = css` body { overflow: hidden; } `; export default css` html { font-family: ${theme.fontFamily}; color: ${theme.colors.darkestGrey}; font-size: 16px; font-weight: 400; } `;