Skip to content

Commit 0b399ea

Browse files
author
Alexander Schueren
authored
docs: upgrade mkdocs to fix dark mode custom highlight style (#1695)
1 parent be93fa5 commit 0b399ea

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mike==1.1.2
2-
mkdocs-material==9.0.2
2+
mkdocs-material==9.3.2
33
mkdocs-git-revision-date-plugin==0.3.2
44
mkdocs-exclude==1.0.2

Diff for: docs/stylesheets/extra.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
}
44

55
.highlight .hll {
6-
background-color: lavender;
7-
8-
[data-md-color-scheme="slate"] {
9-
background-color: rgb(69, 48, 164)
6+
[data-md-color-scheme="default"] {
7+
background-color: lavender;
108
}
119
}
1210

0 commit comments

Comments
 (0)