add background for transparent things
This commit is contained in:
parent
e09e56d5df
commit
1abff15a42
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
box-shadow: var(--text-shadow);
|
||||
border: var(--border-thickness) solid white;
|
||||
border-radius: 0.5em;
|
||||
background: hsl(152deg, 95%, 80%);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
border: 2px solid white;
|
||||
border-radius: 1em;
|
||||
box-shadow: var(--text-shadow);
|
||||
background: hsl(152deg, 95%, 80%);
|
||||
}
|
||||
|
||||
#mainimg {
|
||||
|
|
Loading…
Reference in a new issue