background add blur to body-container, set transparency lower to 0.6

This commit is contained in:
DeltaLima 2023-06-29 01:59:53 +02:00
parent 8690ffa078
commit b36a8b44ad

View file

@ -142,7 +142,10 @@ h6 { font-size: 0.9em }
margin: 0 auto 0 auto;
padding: 5px;
/* background-color: #2D2D2D;*/
background-color: rgba(45, 45, 45, 0.8);
background-color: rgba(45, 45, 45, 0.6);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
box-shadow: 3px 3px 20px black;
overflow: hidden;
border-radius: 15px;
}