docs: fix: 💄 add temp logo

Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
This commit is contained in:
slumbering 2021-06-02 18:36:10 +02:00 committed by Andrea Luzzardi
parent c35c0953a1
commit f0fa43aaec
4 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@ module.exports = {
logo: {
alt: 'My Site Logo',
src: 'img/dagger-logo.png',
srcDark: 'img/dagger_logo_dark.png',
},
},
},

View File

@ -97,3 +97,7 @@ p {
.table-of-contents__link--active {
font-weight: bold;
}
html[data-theme="dark"] .table-of-contents__link--active,
html[data-theme="dark"] .table-of-contents__link:hover {
color: var(--ifm-color-primary-light);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB