/* --- 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 --- */
