/* Horizontal rules */
hr,
hr.small,
.blog-post hr {
  border-color: #FF0000;
}

/* Dark mode hover color overrides */

/* General links */
[data-theme="dark"] a:hover,
[data-theme="dark"] a:focus,
[data-theme="dark"] p a:hover,
[data-theme="dark"] p a:focus,

/* Navbar */
[data-theme="dark"] .navbar-custom .navbar-brand:hover,
[data-theme="dark"] .navbar-custom .navbar-brand:focus,
[data-theme="dark"] .navbar-custom .nav-link:hover,
[data-theme="dark"] .navbar-custom .nav-link:focus,
[data-theme="dark"] .navbar-custom .dropdown-item:hover,
[data-theme="dark"] .navbar-custom .dropdown-item:focus,
[data-theme="dark"] .navbar-custom .dropdown-item.active,
[data-theme="dark"] .navbar-custom .dropdown-item:active,

/* Post list */
[data-theme="dark"] .post-preview a:hover,
[data-theme="dark"] .post-preview a:focus,

/* Search results */
[data-theme="dark"] .navbar-search-result-item:hover,
[data-theme="dark"] .navbar-search-result-item:focus,

/* See also */
[data-theme="dark"] .see-also-item:hover,
[data-theme="dark"] .see-also-item:focus,
[data-theme="dark"] .see-also-item:hover .see-also-item-subtitle,
[data-theme="dark"] .see-also-item:focus .see-also-item-subtitle,

/* Archive */
[data-theme="dark"] .archive-year-btn:hover,
[data-theme="dark"] .archive-item:hover,
[data-theme="dark"] .archive-item:focus,
[data-theme="dark"] .archive-item:hover .archive-item-subtitle,
[data-theme="dark"] .archive-item:focus .archive-item-subtitle,
[data-theme="dark"] .archive-item:hover .archive-item-date,
[data-theme="dark"] .archive-item:focus .archive-item-date,

/* Terms list */
[data-theme="dark"] .terms-item-header a:hover,
[data-theme="dark"] .terms-item-header a:focus {
  color: #f59e0b;
}

/* Category/data section label */
[data-theme="dark"] .dot-info-label {
  color: #aaa !important;
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) .dot-info-label {
    color: #aaa !important;
  }
}
