Skip to content

Commit

Permalink
style: fix header background filter
Browse files Browse the repository at this point in the history
  • Loading branch information
AxyLm committed May 30, 2022
1 parent c1148ed commit ec72482
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/layout/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,8 @@
</script>
<style lang="less" scoped>
.header {
backdrop-filter: saturate(180%) blur(10px);
backdrop-filter: saturate(180%) blur(20px);
box-shadow: 0px 0px 25px 5px rgb(10 10 10 / 12%);
@apply opacity-75;
/* @apply bg-base-1/75 dark:bg-base-13/75; */
}
.dark {
.header {
// box-shadow: 0px 0px 25px 5px rgb(245 245 245 / 12%);
}
@apply bg-base-1 dark:bg-base-13 bg-opacity-70 dark:bg-opacity-75;
}
</style>

0 comments on commit ec72482

Please sign in to comment.