.theme-aware-logo [data-theme-logo="dark"] {
    display: none;
}

html.dark .theme-aware-logo [data-theme-logo="light"],
html[data-theme="dark"] .theme-aware-logo [data-theme-logo="light"],
html[data-theme="axial-dark"] .theme-aware-logo [data-theme-logo="light"] {
    display: none;
}

html.dark .theme-aware-logo [data-theme-logo="dark"],
html[data-theme="dark"] .theme-aware-logo [data-theme-logo="dark"],
html[data-theme="axial-dark"] .theme-aware-logo [data-theme-logo="dark"] {
    display: block;
}

.theme-aware-logo--bounded [data-theme-logo] {
    max-width: 150px;
}
