From 17cb582281a90fbe902ef77f2ec1af67330d15f3 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 24 Jul 2020 14:23:12 +0200 Subject: [PATCH] change bg for transparent images --- style/shiny/gallery.css | 2 +- style/shiny/single.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/style/shiny/gallery.css b/style/shiny/gallery.css index 5a9e0e6..d7f7cf4 100644 --- a/style/shiny/gallery.css +++ b/style/shiny/gallery.css @@ -34,7 +34,7 @@ body { box-shadow: var(--text-shadow); border: var(--border-thickness) solid white; border-radius: 0.5em; - background: hsl(152deg, 95%, 80%); + background: hsl(340, 45%, 65%); } diff --git a/style/shiny/single.css b/style/shiny/single.css index 9849ecb..6fe8516 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -16,7 +16,7 @@ body { border: 2px solid white; border-radius: 1em; box-shadow: var(--text-shadow); - background: hsl(152deg, 95%, 80%); + background: hsl(340, 45%, 65%); } #mainimg {