site/lib/theme.js
Lachlan Campbell c2308c3208 New homepage for 2020 clubs (#47)
* Begin clubs page

* New homepage for 2020 clubs

* Small edits
2020-09-09 15:57:15 -04:00

16 lines
327 B
JavaScript

import base from '@hackclub/theme'
import { merge } from 'lodash'
const theme = base
theme.useColorSchemeMediaQuery = false
theme.buttons.primary = merge(theme.buttons.primary, {
textTransform: 'uppercase'
})
theme.layout.copy.maxWidth = [null, null, 'copyPlus']
theme.text.title.fontSize = [5, 6]
export default theme