fix: should use transparent background

This commit is contained in:
Junyu Zhan
2021-07-29 15:47:53 +08:00
parent 87a0e0ab24
commit 29e9801d3b

View File

@@ -21,7 +21,7 @@
text-align: center;
font-size: 60px;
color: black;
background-color: var(--ls-secondary-background-color);
background-color: rgba(255, 255, 255, 0.5);
display: flex;
justify-content: center;
align-items: center;