From ca0d8136f608fc21960e8702bd776abe652b72d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 22 Apr 2019 20:40:57 +0200 Subject: Update CSS gradients. --- static/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 45574f0f..2ce4a002 100644 --- a/static/style.css +++ b/static/style.css @@ -82,20 +82,21 @@ body { .event.continuing { border-bottom: none; - background-image: linear-gradient(to top, #fefcea 0%,#FFF0 20%); + background-image: linear-gradient(to top, #0007 0%,#FFF0 4em); } .event.continued { border-top: none; - background-image: linear-gradient(to bottom, #fefcea 0%,#FFF0 20%); + background-image: linear-gradient(to bottom, #FFF7 0%,#FFF0 6em); } .event.continued.continuing { border-top: none; - border-top: bottom; + border-top: none; background-image: - linear-gradient(to bottom, #fefcea 0%, #FFF0 20%, - #FFF0 80%, #fefcea 100%); + linear-gradient(to bottom, + #FFF7 0%, #FFF0 10%, + #FFF0 90%, #0007 100%); } .selected { -- cgit v1.2.3