fix: reduce opacity of glass to make it glassier

This commit is contained in:
Harsh Khandeparkar 2020-07-04 09:30:28 +05:30 committed by GitHub
parent cd07634e30
commit 68cd75d3a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ img {
.parallax .above-parallax {
box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
background: rgba(5, 20, 40, 0.93);
background: rgba(5, 20, 40, 0.85);
color: white;
padding: 2rem;
z-index: 100;