Skip to content

Commit

Permalink
More tweaks to the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Nov 14, 2024
1 parent 924b07f commit af61d04
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 9 deletions.
71 changes: 71 additions & 0 deletions docs/_static/chemiscope-icon-no-name.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions docs/_static/css/chemiscope.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@ pre {
}

.sidebar-logo {
display: block;
margin: 0 auto;
max-width: 100%;
clip-path: inset(9px 9px 25px 9px);
transform: scale(1.3);
clip-path: inset(0% round 10px);
}
6 changes: 3 additions & 3 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@

html_theme_options = {
"light_css_variables": {
"color-background-secondary": "#cbd9f0",
"color-background-secondary": "#eaf2ff",
},
"dark_css_variables": {
"color-background-secondary": "#303d4f",
"color-background-secondary": "#303d4f",
},
}

html_static_path = [os.path.join("..", "_static")]
html_favicon = "../_static/chemiscope-icon.png"
html_logo = "../_static/chemiscope-icon.svg"
html_logo = "../_static/chemiscope-icon-no-name.svg"

templates_path = [os.path.join("..", "_templates")]

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ What's in this documentation?
.. toctree::
:maxdepth: 2

Chemiscope visualizer <self>
Chemiscope <self>
examples/index
manual/index
python/index
Expand Down

0 comments on commit af61d04

Please sign in to comment.