Skip to content

Commit

Permalink
fix: opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 30, 2020
1 parent 33ec49a commit 1220c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/pages/playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
opacity: 50%;
opacity: 0.5;
filter: blur(8px);
}
img {
Expand Down

0 comments on commit 1220c6a

Please sign in to comment.