[docs] switch to coloured logo

This commit is contained in:
Sam Schott 2023-05-22 19:47:04 +02:00
parent 819840c485
commit fabaefab39
4 changed files with 10 additions and 18 deletions

5
docs/_static/css/custom.css vendored Normal file
View File

@ -0,0 +1,5 @@
.sidebar-logo {
display: block;
margin: 0 auto;
max-width: 126px;
}

View File

@ -35,7 +35,11 @@ language = "en"
# -- Options for HTML output -----------------------------------------------------------
html_theme = "furo"
html_logo = "maestral-symbolic.svg"
html_logo = "maestral.png"
html_static_path = ['_static']
html_css_files = [
'css/custom.css',
]
# -- Options for LaTeX output ----------------------------------------------------------

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1024 1024" style="enable-background:new 0 0 1024 1024;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#FFFFFF;stroke-width:50;stroke-miterlimit:10;}
.st1{fill:none;stroke:#FFFFFF;stroke-width:40;stroke-linecap:round;stroke-miterlimit:10;}
</style>
<circle class="st0" cx="512" cy="512" r="391.1"/>
<g>
<path class="st1" d="M216.9,626.2c86.5-124.7,145.3-184.5,171-208.2c36.6-33.8,102.7-86.5,143.7-93.7c31.9-5.6,65.7,9.4,100.4,25.4
c50.7,23.4,200.6,109.4,188.5,133.4c-5.6,11.3-66.4,14.8-225.9-49.2"/>
<path class="st1" d="M539.7,494.3c85.4,36.7,149.2,51.8,175.5,48c24.7-3.5,47.9-10,67.4-41.9"/>
<path class="st1" d="M479.5,561.1c78.4,25.2,107.9,30,134.2,26.2c24.7-3.5,43.5-14.6,53.6-30.9"/>
<path class="st1" d="M406.9,609.5c52.1,20.4,106.3,30.3,132.6,26.6c19.6-2.8,33.9-9.8,53.6-34.7"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
docs/maestral.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB