make box background a little darker

This commit is contained in:
Adam Burgess 2021-08-22 22:38:24 +10:00
parent de35639087
commit 9e63271000

View File

@ -67,7 +67,7 @@
}
.box {
background: rgba(0, 0, 0, 0.35);
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(6px);
border-radius: 6px;