Skip to content

Commit

Permalink
Merge pull request #3974 from nextcloud/fix/header-invert
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Apr 14, 2023
2 parents 0b66d10 + 32396a6 commit c7ccc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcHeaderMenu/NcHeaderMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ $externalMargin: 8px;
opacity: .85;
// header is filled with primary or image background
filter: var(--background-image-invert-if-bright);
color: #fff !important;
filter: none !important;
color: var(--color-primary-text) !important;
}
&--opened &__trigger,
Expand Down

0 comments on commit c7ccc10

Please sign in to comment.