From 1abff15a42a3cf02fb711dd718e65d89e1eea4dc Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 22 Jul 2020 01:48:50 +0200 Subject: [PATCH] add background for transparent things --- style/shiny/gallery.css | 1 + style/shiny/single.css | 1 + 2 files changed, 2 insertions(+) diff --git a/style/shiny/gallery.css b/style/shiny/gallery.css index 4ef4763..eb096ba 100644 --- a/style/shiny/gallery.css +++ b/style/shiny/gallery.css @@ -27,6 +27,7 @@ box-shadow: var(--text-shadow); border: var(--border-thickness) solid white; border-radius: 0.5em; + background: hsl(152deg, 95%, 80%); } diff --git a/style/shiny/single.css b/style/shiny/single.css index 6d42e8c..3c18809 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -12,6 +12,7 @@ border: 2px solid white; border-radius: 1em; box-shadow: var(--text-shadow); + background: hsl(152deg, 95%, 80%); } #mainimg {