add background for transparent things

This commit is contained in:
Rhiannon Morris 2020-07-22 01:48:50 +02:00
parent e09e56d5df
commit 1abff15a42
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
box-shadow: var(--text-shadow);
border: var(--border-thickness) solid white;
border-radius: 0.5em;
background: hsl(152deg, 95%, 80%);
}

View File

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