Skip to content

Commit

Permalink
fix logo size
Browse files Browse the repository at this point in the history
Signed-off-by: eyMarv <[email protected]>
  • Loading branch information
eyMarv committed Mar 1, 2024
1 parent 27e9452 commit 653d1dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/eyMarv/pyroblack">
<img src="https://eyMarv.github.io/pyroblack-docs/_static/pyroblack.png" alt="pyroblack" width="128">
<img src="https://eyMarv.github.io/pyroblack-docs/main/_static/pyroblack.png" alt="pyroblack" width="128">
</a>
<br>
<b>Telegram MTProto API Framework for Python</b>
Expand Down
13 changes: 0 additions & 13 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,6 @@
html_show_copyright = False
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the documentation.
html_theme_options = {
"navigation_with_keys": True,
"dark_css_variables": {
"admonition-title-font-size": "0.95rem",
"admonition-font-size": "0.92rem",
},
"light_css_variables": {
"admonition-title-font-size": "0.95rem",
"admonition-font-size": "0.92rem",
},
"light_logo": "hydrogram-light.png",
"dark_logo": "hydrogram-dark.png",
}

html_theme_options = {
"icon": {
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Welcome to pyroblack

<div align="center">
<a href="/">
<div class="pyroblack-logo-index"><img src="_static/pyroblack.png" alt="pyroblack"></div>
<div class="pyroblack-logo-index"><img src="_static/pyroblack.png" alt="pyroblack" width="128"></div>
</a>
</div>

Expand Down

0 comments on commit 653d1dc

Please sign in to comment.