Change mkdocs theme <hr> color variable to be light/dark mode responsive (#4046)

This commit is contained in:
Paige Clark
2025-10-20 09:17:06 -04:00
committed by GitHub
parent 26212481ad
commit 2862536793

View File

@@ -56,7 +56,7 @@ h2, h3, h4, h5, h6 {
}
hr {
border-top: 1px solid #aaa;
border-top: 1px solid var(--bs-border-color);
opacity: 1;
}