Skip to content

Commit

Permalink
Whoops forgot to add the header images
Browse files Browse the repository at this point in the history
  • Loading branch information
dphfox committed Aug 29, 2023
1 parent d160dac commit e23292e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/assets/theme/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@
}


[data-md-color-scheme="fusiondoc-light"] .md-header__title .md-header__topic:first-child::after {
[data-md-color-scheme="fusiondoc-light"] .md-header__title .md-header__topic:first-child::before {
background-image: url(../wordmark-tiny-light.svg);
}

[data-md-color-scheme="fusiondoc-dark"] .md-header__title .md-header__topic:first-child::after {
[data-md-color-scheme="fusiondoc-dark"] .md-header__title .md-header__topic:first-child::before {
background-image: url(../wordmark-tiny-dark.svg);
}

Expand Down

0 comments on commit e23292e

Please sign in to comment.