From 10b55fee3cc6fc317cfdb9f767cdab1ec50130f2 Mon Sep 17 00:00:00 2001 From: Paul Joey Clark Date: Tue, 23 Jul 2019 13:03:37 +0800 Subject: [PATCH] Slap a flower in the background --- service.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/service.css b/service.css index d69f5f1..0a1f4fe 100644 --- a/service.css +++ b/service.css @@ -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, #375c3acc, #e8e3b0e6); + background-size: cover; + /* background-filter: blur(0px) contrast(50%) brightness(140%); */ + background-blend-mode: screen; +} + .im_message_unread_split { background: none; }