@xpack/docusaurus-plugin-doxygen
Version:
A Docusaurus plugin to integrate Doxygen into a Docusaurus project.
17 lines (13 loc) • 401 B
CSS
/* --- Begin SectionDefinition/styles.module.css --- */
/* --- Part of docusaurus-plugin-doxygen --- */
:global(div.doxySectionDef h3) {
font-family: var(--ifm-font-family-monospace);
margin-top: 16px;
margin-left: 6px;
}
:global(div.doxySectionDef h3::before) {
content: "◆";
color: var(--ifm-link-color);
margin-right: 0.3em;
}
/* --- End SectionDefinition/styles.module.css --- */