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

:global(table.doxyParamsTable) {
  border: none;
}

:global(dt.doxyParamsTableTitle) {
  font-weight: bold;
}

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

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