/* --- Begin MembersIndex/styles.module.css --- */
/* --- Part of docusaurus-plugin-doxygen --- */

:global(table.doxyMembersIndex) {
  width: 100%;
  margin-bottom: 3px;
  border-collapse: collapse;
  border: none;
  overflow: hidden;
}

:global(table.doxyMembersIndex tr) {
  background-color: var(--ifm-background-color);
}

/* Undo the Docusaurus configuration. */
:global(table.doxyMembersIndex tr:nth-child(2n)) {
  background-color: var(--ifm-background-color);
}

/* --- End MembersIndex/styles.module.css --- */
