UNPKG

@xpack/docusaurus-plugin-doxygen

Version:

A Docusaurus plugin to integrate Doxygen into a Docusaurus project.

19 lines (14 loc) 430 B
/* --- Begin EnumerationList/styles.module.css --- */ /* --- Part of docusaurus-plugin-doxygen --- */ :global(table.doxyEnumTable) { border: none; display: table-row-group } :global(dt.doxyEnumTableTitle) { font-weight: bold; } /* Undo the Docusaurus configuration. */ :global(table.doxyEnumTable tr:nth-child(2n)) { background-color: var(--ifm-background-color); } /* --- End EnumerationList/styles.module.css --- */