/**
 * Licensed to the .NET Foundation under one or more agreements.
 * The .NET Foundation licenses this file to you under the MIT license.
 */

/* Checkout https://getbootstrap.com/docs/5.3/customize/color/ for more customization options */

:root[data-bs-theme="light"] {
  --bs-link-color-rgb: 7, 130, 63 !important;
  --bs-link-hover-color-rgb: 7, 130, 63 !important;
  --bs-code-color: #b78915 !important;
}

:root[data-bs-theme="dark"] {
  --bs-link-color-rgb: 129, 255, 186 !important;
  --bs-link-hover-color-rgb: 129, 255, 186 !important;
  --bs-code-color: #ffb700 !important;
}

article h1 {
  font-size: 36px;
}

article h2 {
  margin-top: 48px;
  font-size: 24px;
}

.logo {
    width: 200px;
}

.toc span.name-only {
  margin: 1rem 0 .4rem 0;
}