Skip to content

Commit

Permalink
style πŸ’Ž: stripes proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
melMass committed Feb 2, 2024
1 parent 58f931b commit d59703f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/feed-item/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
}

.moderated {
background-color: red;
background: repeating-linear-gradient(
45deg,
#f43d00,
#ef0000 10px,
#621307 10px,
#d9240c 20px
);
}

.container {
Expand Down

0 comments on commit d59703f

Please sign in to comment.