Skip to content

Commit 1b0609a

Browse files
authored
Merge pull request #2228 from qodo-ai/of/colors-and-logo
docs: improve dark mode contrast and replace favicon
2 parents 69abb67 + dd82fac commit 1b0609a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/docs/assets/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/docs/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343

4444
[data-md-color-scheme="slate"] .md-header {
45-
background-color: #0b1220;
45+
background-color: #0d1b36;
4646
}
4747

4848
[data-md-color-scheme="slate"] .md-tabs {

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ nav:
4545

4646
theme:
4747
logo: assets/logo.svg
48-
favicon: assets/favicon.ico
48+
favicon: assets/favicon.svg
4949
name: material
5050
icon:
5151
repo: fontawesome/brands/github

0 commit comments

Comments
 (0)