@codedoc/core
Version:
Create beautiful modern documentation websites.
16 lines • 414 B
JavaScript
import { themedStyle } from '@connectv/jss-theme';
export const FootnoteStyle = /*#__PURE__*/ themedStyle(theme => ({
footnotes: {
'&>div': {
display: 'flex',
'&>span': {
marginRight: 16,
fontWeight: 'bold',
},
'&>marker>p': {
margin: 0,
}
}
}
}));
//# sourceMappingURL=style.js.map