change bg for transparent images

This commit is contained in:
Rhiannon Morris 2020-07-24 14:23:12 +02:00
parent 9d069cbeaf
commit 17cb582281
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ body {
box-shadow: var(--text-shadow); box-shadow: var(--text-shadow);
border: var(--border-thickness) solid white; border: var(--border-thickness) solid white;
border-radius: 0.5em; border-radius: 0.5em;
background: hsl(152deg, 95%, 80%); background: hsl(340, 45%, 65%);
} }

View file

@ -16,7 +16,7 @@ body {
border: 2px solid white; border: 2px solid white;
border-radius: 1em; border-radius: 1em;
box-shadow: var(--text-shadow); box-shadow: var(--text-shadow);
background: hsl(152deg, 95%, 80%); background: hsl(340, 45%, 65%);
} }
#mainimg { #mainimg {