Change opacity of the overlay color

This commit is contained in:
Daniel Dudzic 2024-05-23 10:51:27 +02:00
parent 8ee4a524bb
commit 97cd436efe
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -65,7 +65,7 @@
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
background: rgba(255, 255, 255, 0.5);
display: flex;
justify-content: center;
align-items: center;