Skip to content

Commit

Permalink
change shadow to rgba(0,0,0,0.6) from black
Browse files Browse the repository at this point in the history
  • Loading branch information
cfraz89 committed Aug 20, 2024
1 parent 94d99a0 commit b027876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tailwind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ p.cool { background-color: purple; }
#cool {
background-color: blue;
font-size: 32px;
box-shadow: 16px 16px 16px black;
box-shadow: 16px 16px 16px rgba(0,0,0,0.6);
}
.bg-red-100 { background-color: rgb(254 226 226); }
.bg-red-200 { background-color: rgb(254 202 202); }
Expand Down

0 comments on commit b027876

Please sign in to comment.