Skip to content

Commit

Permalink
docs: fix icon in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Feb 4, 2023
1 parent 18f5c0f commit 88dc2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"source_branch": "main",
"source_directory": "docs/",
"light_logo": "icon.png",
"dark_logo": "icon_dark.png",
"dark_logo": "icon.png",
"light_css_variables": {
"color-brand-primary": "#ff5454",
"color-brand-content": "#ff7575",
Expand Down

0 comments on commit 88dc2b5

Please sign in to comment.