You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
default to alternate logo; preserve light and dark brand
and enablesDarkMode flag until merging with theme, when we know whether we need dark mode
a bit messy to have this extra flag, but seems the be the only correct way
Copy file name to clipboardExpand all lines: tests/docs/smoke-all/2024/07/09/issue-10251/index.qmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ _quarto:
5
5
html:
6
6
ensureHtmlElements:
7
7
-
8
-
- 'img[src="https://quarto.org/quarto.png"][alt="this is the alt text that for the logo in the sidebar"][class="sidebar-logo light-content py-0 d-lg-inline d-none"]'
9
-
- 'img[src="https://quarto.org/quarto.png"][alt="this is the alt text that for the logo in the navbar"][class="navbar-logo"]'
8
+
- 'img[src="https://quarto.org/quarto.png"][alt="this is the alt text that for the logo in the sidebar"][class*="sidebar-logo light-content"]'
9
+
- 'img[src="https://quarto.org/quarto.png"][alt="this is the alt text that for the logo in the navbar"][class*="navbar-logo light-content"]'
0 commit comments