Fix missing background tonality without avatar

This commit is contained in:
Dariusz Niemczyk
2021-08-17 18:56:19 +02:00
parent 78d48b1d8b
commit eb242041a5
6 changed files with 25 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ limitations under the License.
top: 0;
height: 100vh;
width: 100%;
background-color: rgba(255, 255, 255, 0.055);
background-color: var(--lp-background-overlay)
}
}