/*
Yellow: ffde59
Orange: d69601
Background: 000000
Text: ffffff
 */

:root {
  --text-color: #ffffff;
  --background-color: #000000;
  --link-color: #4a7c9b;
  --link-hover-color: #2d5a7b;
  --heading-color: #ffde59;
  --code-background: #f5f5f5;
  --border-color: #ddd;
 
}
body {
    background-color: var(--background-color);
  --h1-color: var(--heading-color);
  --h2-color: var(--heading-color);
  --h3-color: var(--heading-color);
  --h4-color: var(--heading-color);
  --h5-color: var(--heading-color);
  --h6-color: var(--heading-color);
}

.published-container {
--sidebar-left-background: var(--background-color);
--sidebar-right-background: var(--background-color);
}

.site-footer {
    display: none;
}

.publish-renderer .mermaid svg {
  width: 100%;      /* grow to fill the container up to the cap above */
  height: auto;     /* keep aspect ratio */
  overflow: auto;
  transition: transform 0.2s ease;
}

.dataview.table-view-table :is(td, th) {
  border: 1px solid;
} 

.dataview.table-view-table th {
  border-bottom: 3px solid;  
}


.no-borders table,
.no-borders table th,
.no-borders table td {
  border: none !important;
}
.no-borders table thead {
  display: none !important;
}

.note-header-desc {
  text-align: center;
}