/* show the raw YAML frontmatter block
pre.frontmatter.language-yaml,
.frontmatter {
  display: block !important;
  border: 0 !important;
} */

/* .token.key.atrule {
  text-transform: capitalize;
} */

.el-table table,
.el-table table th,
.el-table table td {
  border: 0 !important;
}

.theme-dark {
  --link-color: #4991b0;
  --link-color-hover: #32487d;
  --link-external-color: #4991b0;
  --link-external-color-hover: #fb3741;
  --h1-color: #4991b0;
  
  --table-header-background-hover: #3e3e3e;

  --table-background: #3e3e3e;
  --table-column-alt-background: unset;
  --table-row-alt-background: ##1e1e1e;
  --table-row-alt-background-hover: ##1e1e1e;
}

.theme-light {
  --link-color: #32487d;
  --link-color-hover: #4991b0;
  --link-external-color: #32487d;
  --link-external-color-hover: #fb3741;
  --h1-color: #32487d;
  
  --table-header-background-hover: #4991b080;

  --table-background: #4991b080;
  --table-column-alt-background: unset;
  --table-row-alt-background: #4991b040;
  --table-row-alt-background-hover: #4991b040;
}

.markdown-preview-view table {
    width: 100%;
    table-layout: auto; /* Or 'fixed' for equal columns */
}

.graph-view.color-fill {
	color: #4991b0;
}

.graph-view.color-fill-highlight {
	color: #fb3741;
}

.graph-view.color-line-highlight {
	color: #fb3741;
}

.published-container{
  --nav-item-color-active: #fb3741;
  --nav-parent-item-color-active: #fb3741;
  --nav-parent-item-color-hover: #fb3741;
  --nav-item-color-hover: #fb3741;
  --nav-item-border-color-active: #fb3741;
  --nav-item-border-color-hover: #fb3741;
}








