docs: fix: 💄 add temp logo
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
This commit is contained in:
parent
c35c0953a1
commit
f0fa43aaec
@ -25,6 +25,7 @@ module.exports = {
|
|||||||
logo: {
|
logo: {
|
||||||
alt: 'My Site Logo',
|
alt: 'My Site Logo',
|
||||||
src: 'img/dagger-logo.png',
|
src: 'img/dagger-logo.png',
|
||||||
|
srcDark: 'img/dagger_logo_dark.png',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -97,3 +97,7 @@ p {
|
|||||||
.table-of-contents__link--active {
|
.table-of-contents__link--active {
|
||||||
font-weight: bold;
|
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 |
BIN
tools/daggosaurus/static/img/dagger_logo_dark.png
Normal file
BIN
tools/daggosaurus/static/img/dagger_logo_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user