There was an error while loading. Please reload this page.
1 parent ae46190 commit b68dd67Copy full SHA for b68dd67
3 files changed
core/src/views/PublicPageMenu.vue
@@ -146,12 +146,12 @@ function openDialogIfNeeded() {
146
}
147
148
// Dark theme via Nextcloud setting (data-themes attribute, not media query)
149
-:global([data-themes*=dark]) .public-page-menu__primary-icon {
+:global([data-themes*=dark] .public-page-menu__primary-icon) {
150
filter: var(--primary-invert-if-bright);
151
152
153
// Light theme explicitly set (overrides dark media query if system is dark but user chose light)
154
-:global([data-themes*=light]) .public-page-menu__primary-icon {
+:global([data-themes*=light] .public-page-menu__primary-icon) {
155
filter: var(--primary-invert-if-dark);
156
157
</style>
0 commit comments