From 846fdab77bb4a3f43703566b4c9100f51bb36167 Mon Sep 17 00:00:00 2001 From: Gijs Date: Sat, 5 Jun 2021 16:11:02 +0200 Subject: [PATCH] At the moment gradients are not supported :-/ --- scripts/templates/book.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/templates/book.html b/scripts/templates/book.html index dae4bb2..872013c 100644 --- a/scripts/templates/book.html +++ b/scripts/templates/book.html @@ -125,8 +125,9 @@ .sentence { z-index: 1; position: relative; - background: -webkit-linear-gradient(to top, rgba(255,255,255,0), white 2.5em); - background: linear-gradient(to top, rgba(255,255,255,0), white 2.5em); + /* background: -webkit-linear-gradient(to top, rgba(255,255,255,0), white 2.5em); */ + /* background: linear-gradient(to top, rgba(255,255,255,0), white 2.5em); */ + background: white; padding: 0.5em 20mm 3em 20mm; width: 100%; box-sizing: border-box; @@ -136,8 +137,9 @@ .tree { z-index: 1; position: relative; - background: -webkit-linear-gradient(to top, rgba(255,255,255,0), white 2.5em); - background: linear-gradient(to bottom, rgba(255,255,255,0), white 2.5em); + /* background: -webkit-linear-gradient(to top, rgba(255,255,255,0), white 2.5em); */ + /* background: linear-gradient(to bottom, rgba(255,255,255,0), white 2.5em); */ + background: white; padding: 3em 20mm 0.5em 20mm; width: 100%; box-sizing: border-box;