/* Light mode colors */
.theme-light {
  --background-primary: #ffffff;
  --background-secondary: #fafafa;
  --table-background: #ffffff;
  --table-border-color: #222222;
  --bold-color: #8a5cf5;
  --link-color: #2C54F2;
  --link-unresolved-color: #2C54F2;
  --link-color-hover: #5C7BF5;
  --link-external-color: #2C54F2;
  --link-external-color-hover: #5C7BF5;
  --h4-color: #8a5cf5;
}


.theme-dark {
  --background-primary: #1e1e1e;
  --background-secondary: #262626;
  --table-background: #1e1e1e;
  --table-border-color: #dadada;
  --bold-color: #a68af9;
  --link-color: #5980f7;
  --link-unresolved-color: #5980f7;
  --link-color-hover: #8aa5f9;
  --link-external-color: #5980f7;
  --link-external-color-hover: #8aa5f9;
  --h4-color: #a68af9;
}


.theme-dark .HyperMD-header-2::after, h2 {
    display: block;
    content: "";
    padding-bottom: 15px;  
    border-bottom: 2px solid #363636;
}


.theme-dark h2 {
    display: block;
    content: "";
    padding-bottom: 15px;  
    border-bottom: 2px solid #363636;
}


.theme-light .HyperMD-header-2::after, h2 {
    display: block;
    content: "";
    padding-bottom: 15px;  
    border-bottom: 2px solid #e0e0e0;
}


.theme-light h2 {
    display: block;
    content: "";
    padding-bottom: 15px;  
    border-bottom: 2px solid #e0e0e0;
}


table {
  table-layout: auto !important;
  width: unset !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}


:is(:is(.markdown-source-view.mod-cm6) :is(.cm-content, .cm-line), .markdown-rendered) 
:is(img, .external-embed, .internal-embed audio, .internal-embed video, .iframe-external-embed) {
    margin-inline: auto !important;
    display: block;
}
