Skip to content

Commit ee80976

Browse files
committed
updatig docs
1 parent 0dd5a11 commit ee80976

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/_static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ h1, h2, h3, h4, h5, h6 {
2424
body[data-theme="dark"] .toc-tree a.active {
2525
color: #7EB8DA;
2626
}
27+
body[data-theme="auto"] .sidebar-brand img {
28+
filter: brightness(0) invert(1);
29+
}
2730
}
2831

2932
body[data-theme="dark"] .sidebar-tree .current-page > .reference {
@@ -32,3 +35,6 @@ body[data-theme="dark"] .sidebar-tree .current-page > .reference {
3235
body[data-theme="dark"] .toc-tree a.active {
3336
color: #7EB8DA;
3437
}
38+
body[data-theme="dark"] .sidebar-brand img {
39+
filter: brightness(0) invert(1);
40+
}

0 commit comments

Comments
 (0)