From 60f1aed8b91bd19b2c447bc5ab184a4b21588d4b Mon Sep 17 00:00:00 2001 From: TEParsons Date: Sun, 31 Mar 2024 21:53:04 +0100 Subject: [PATCH] fix: Hide image splash where requested --- base/torillic.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/torillic.css b/base/torillic.css index 61559cc..b3650d3 100644 --- a/base/torillic.css +++ b/base/torillic.css @@ -391,6 +391,9 @@ img { margin: -5mm; } +img.torillic-no-splash { + background-image: none; +} /** Manual breaking **/