Skip to content

Commit 0d97b6b

Browse files
authored
fix(docs): overwrite colors in sidebar title (#293)
1 parent a16f40d commit 0d97b6b

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

docs/extra.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,17 @@
2424
.md-content table {
2525
width: 100%;
2626
}
27+
28+
.md-nav--primary .md-nav__title[for="__drawer"] {
29+
background-color: inherit;
30+
text-overflow: unset;
31+
}
32+
33+
.md-nav__title .md-nav__button.md-logo :is(img, svg) {
34+
height: 1.4rem;
35+
margin: 0.5rem auto;
36+
}
37+
38+
.md-nav__source {
39+
background-color: inherit;
40+
}

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Dependencies for auto-generating and developing docs
2-
mkdocs~=1.4
3-
mkdocs-material~=8.5
4-
mkdocs-macros-plugin~=1.0
2+
mkdocs~=1.5
3+
mkdocs-material~=9.5
4+
mkdocs-macros-plugin~=1.0

0 commit comments

Comments
 (0)