Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const Typography = require("typography")
const CodePlugin = require("typography-plugin-code").default
let theme = {
baseFontSize: `18px`,
headerFontFamily: [`Cooper Hewitt`, `sans-serif`],
bodyFontFamily: [`Cooper Hewitt`, `sans-serif`],
plugins: [new CodePlugin()],
baseLineHeight: 1.45,
blockMarginBottom: 0.85,
overrideThemeStyles: ({ rhythm }) => ({
body: {
// border: `${rhythm(3 / 4)} solid #c5484d`,
},
a: {
color: `#3A69A8`,
},
blockquote: {