Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Apr 15, 2024
1 parent 00f55f0 commit 3aa0f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"configurations": [
{
"name": "Sphinx serve",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "serve.py",
"console": "integratedTerminal"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div align="center">

<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="docs/_static/logo-light.svg">
<img alt="Shibuya Sphinx Theme Logo" src="docs/_static/logo-light.svg" width="400">
<source media="(prefers-color-scheme: dark)" srcset="https://shibuya.lepture.com/_static/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://shibuya.lepture.com/_static/logo-light.svg">
<img alt="Shibuya Sphinx Theme Logo" src="https://shibuya.lepture.com/_static/logo-light.svg" width="400">
</picture>

<br><br>
Expand Down

0 comments on commit 3aa0f0f

Please sign in to comment.