From 0a74790763c61bf5603e240b66579f7b00fce1df Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 30 Aug 2024 12:29:22 +0200 Subject: generate preview of paper front pages --- styles/main.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 styles/main.scss (limited to 'styles/main.scss') diff --git a/styles/main.scss b/styles/main.scss new file mode 100644 index 0000000..64ea587 --- /dev/null +++ b/styles/main.scss @@ -0,0 +1,7 @@ +/*-- scss:rules --*/ + +// needed for transparent SVG files with non-white themes +.thumbnail img, +main > p > img { + background-color: white; +} -- cgit v1.2.3