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

@@ -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);
}