Skip to content

Commit

Permalink
Slap a flower in the background
Browse files Browse the repository at this point in the history
  • Loading branch information
joeytwiddle committed Jul 23, 2019
1 parent 9be7dcd commit e0ae0be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions service.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,15 @@ div.im_message_body {
background: linear-gradient(30deg, #79af7d, #d0e8b0);
}

/* Flower background */
.im_history_wrap {
/* Labeled for reuse, according to Google. Source: https://pixabay.com/photos/daisy-green-flower-nature-2410163/ */
background: url(https://cdn.pixabay.com/photo/2017/06/16/19/43/daisy-2410163_960_720.jpg), linear-gradient(20deg, #375c3ab3, #e8e3b0b3);
background-size: cover;
/* background-filter: blur(0px) contrast(50%) brightness(140%); */
background-blend-mode: screen;
}

.im_message_unread_split {
background: none;
}
Expand Down

0 comments on commit e0ae0be

Please sign in to comment.