diff --git a/docs/_static/chemiscope-icon-no-name.svg b/docs/_static/chemiscope-icon-no-name.svg new file mode 100644 index 000000000..e7af4a1cd --- /dev/null +++ b/docs/_static/chemiscope-icon-no-name.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_static/css/chemiscope.css b/docs/_static/css/chemiscope.css index 65b30aebb..985a074f3 100644 --- a/docs/_static/css/chemiscope.css +++ b/docs/_static/css/chemiscope.css @@ -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); } diff --git a/docs/src/conf.py b/docs/src/conf.py index c93788b1e..4d2c6efc5 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -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")] diff --git a/docs/src/index.rst b/docs/src/index.rst index af0e320e3..1d27c2c8b 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -47,7 +47,7 @@ What's in this documentation? .. toctree:: :maxdepth: 2 - Chemiscope visualizer + Chemiscope examples/index manual/index python/index