@codedoc/core
Version:
Create beautiful modern documentation websites.
19 lines • 535 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FootnoteStyle = void 0;
var jss_theme_1 = require("@connectv/jss-theme");
exports.FootnoteStyle = jss_theme_1.themedStyle(function (theme) { return ({
footnotes: {
'&>div': {
display: 'flex',
'&>span': {
marginRight: 16,
fontWeight: 'bold',
},
'&>marker>p': {
margin: 0,
}
}
}
}); });
//# sourceMappingURL=style.js.map