Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import { base } from '@theme-ui/presets'
export default {
...base,
initialColorMode: 'light',
styles: {
...base.styles,
th: {
...base.styles.th,
borderWidth: 1,
},
td: {
...base.styles.td,
borderWidth: 1,
borderColor: 'muted',
},
code: {
fontFamily: 'monospace',
fontSize: '87.5%',
color: 'secondary',
bg: 'muted',
},
pre: {
import { base } from '@theme-ui/presets'
export default {
...base,
initialColorMode: 'light',
styles: {
...base.styles,
th: {
...base.styles.th,
borderWidth: 1,
},
td: {
...base.styles.td,
borderWidth: 1,
borderColor: 'muted',
},
code: {
fontFamily: 'monospace',
fontSize: '87.5%',
color: 'secondary',
bg: 'muted',
},
pre: {
p: 3,
fontFamily: 'monospace',