Skip to content

Commit

Permalink
fixup! Make app navigation semi-transparent
Browse files Browse the repository at this point in the history
Signed-off-by: greta <gretadoci@gmail.com>
  • Loading branch information
GretaD committed Aug 26, 2022
1 parent e3faadd commit bac8924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default {
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
background-color: var(--color-main-background-blur,var(--color-main-background));
background-color: var(--color-main-background-blur, var(--color-main-background));
-webkit-backdrop-filter: var(--filter-background-blur, none);
backdrop-filter: var(--filter-background-blur, none);
&--close {
Expand Down

0 comments on commit bac8924

Please sign in to comment.