[data-md-color-scheme='trially'] {
  --md-primary-fg-color: #18605d;
  --md-secondary-fg-color: #18605d;
  --md-accent-fg-color: #a1cec6;
  --md-typeset-a-color: #18605d; /* Normal link color */
}

[data-md-color-scheme='slate'] {
  --md-hue: 210;
  --md-primary-fg-color: #18605d;
  --md-secondary-fg-color: #a1cec6;
  --md-accent-fg-color: #18605d;
  --md-typeset-a-color: #a1cec6 !important; /* Normal link color */
}

/* Style for navigation links */
.md-nav__link {
  color: var(--md-nav-link-color) !important;
}

/* Style for active navigation link */
.md-nav__link--active,
.md-nav__link:active {
  color: var(--md-secondary-fg-color) !important;
}

/* Style for navigation link on hover */
.md-nav__link:hover {
  color: var(--md-accent-fg-color) !important;
}

/* Increase logo size */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  width: 50px; /* Adjust this value as needed */
  height: auto;
}

.fullscreen-iframe {
  width: 100%;
  height: 80vh; /* Adjust the height as needed */
  border: none;
}

/* extra.css */
.hljs-timestamp {
  color: #209367;
}

.hljs-info {
  font-weight: bold;
  color: #778c95;
}

.hljs-debug {
  font-weight: bold;
  color: #186dae;
}

.hljs-source {
  color: #03a5be;
}

.hljs-message {
  font-weight: bold;
  color: #0069e9;
}

.hljs-comment {
  color: #888888;
}

.hljs-keyword {
  color: #00aa00;
}

.hljs-built_in,
.hljs-type {
  color: #ff00ff;
}

.hljs-literal {
  color: #0000ff;
}

.hljs-number {
  color: #ff0000;
}

.hljs-string {
  color: #d14;
}

.hljs-variable {
  color: #008080;
}
