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);
|
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%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
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%);
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainimg {
|
#mainimg {
|
||||||
|
|
Loading…
Reference in a new issue