/*******************************************************************************
 * custom display of tables in jupyter-sphinx
 */
.cell_output .output .dataframe {
  width: 100%;
}

/*******************************************************************************
 * Customize the colors of the website
 */
html[data-theme="light"] {
  --pst-color-primary: #ec880e;
}

html[data-theme="dark"] {
  --pst-color-primary: #ec880e;
}
