diff --git a/docs/assets/icons/dasch-icon-white.svg b/docs/assets/icons/dasch-icon-white.svg index 396dd5358d..12ef7de7f2 100644 --- a/docs/assets/icons/dasch-icon-white.svg +++ b/docs/assets/icons/dasch-icon-white.svg @@ -1,8 +1,34 @@ - - - - - - - - \ No newline at end of file + + + + + + + image/svg+xml + + + + + + + + + diff --git a/docs/assets/style/theme.css b/docs/assets/style/theme.css index 38339e095c..ad7e9d7b49 100644 --- a/docs/assets/style/theme.css +++ b/docs/assets/style/theme.css @@ -2,3 +2,8 @@ .md-tabs { background-color: rgb(89, 73, 167) !important; } + +.md-header-nav__button.md-logo img { + width: 1.5rem; + height: auto; +} diff --git a/mkdocs.yml b/mkdocs.yml index e58f94ac16..f6496355a2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: DSP-API documentation +site_name: DSP-API repo_url: https://github.com/dasch-swiss/dsp-api repo_name: dasch-swiss/dsp-api