Skip to content

Commit

Permalink
feat(dh): add mix-blend
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Nov 10, 2023
1 parent bf5eac0 commit d76ae51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<button
class="group flex items-center justify-center p-1 bg-white opacity-80 shadow-xl text-black rounded hover:opacity-100"
class="group flex items-center justify-center p-1 bg-white opacity-80 box-shadow-xl shadow-[4.0px_8.0px_8.0px_rgba(0,0,0,0.38)] mix-blend-luminosity text-black rounded hover:opacity-100"
>
<mat-icon class="material-symbols-outlined align-middle">{{ icon }}</mat-icon>
<span class="mx-2 hidden group-hover:inline">{{ label }}</span>
Expand Down

0 comments on commit d76ae51

Please sign in to comment.