diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-08-30 12:29:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-08-30 13:53:26 +0200 |
commit | 0a74790763c61bf5603e240b66579f7b00fce1df (patch) | |
tree | 9ba9273b1ff83f64fe34b5f418df017cc1622ace /styles/main.scss | |
parent | a1c1cbe4a877879a69027851bb57dbf8ddd7abbc (diff) |
generate preview of paper front pages
Diffstat (limited to 'styles/main.scss')
-rw-r--r-- | styles/main.scss | 7 |
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; +} |