summaryrefslogtreecommitdiff
path: root/styles/main.scss
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-08-30 12:29:22 +0200
committerJonas Smedegaard <dr@jones.dk>2024-08-30 13:53:26 +0200
commit0a74790763c61bf5603e240b66579f7b00fce1df (patch)
tree9ba9273b1ff83f64fe34b5f418df017cc1622ace /styles/main.scss
parenta1c1cbe4a877879a69027851bb57dbf8ddd7abbc (diff)
generate preview of paper front pages
Diffstat (limited to 'styles/main.scss')
-rw-r--r--styles/main.scss7
1 files changed, 7 insertions, 0 deletions
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;
+}