change bg for transparent images
This commit is contained in:
parent
9d069cbeaf
commit
17cb582281
2 changed files with 2 additions and 2 deletions
|
@ -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%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue