mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 01:48:30 +07:00
Change mkdocs theme <hr> color variable to be light/dark mode responsive (#4046)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user