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 {