diff options
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; +} |