background add blur to body-container, set transparency lower to 0.6
This commit is contained in:
parent
8690ffa078
commit
b36a8b44ad
1 changed files with 4 additions and 1 deletions
|
@ -142,7 +142,10 @@ h6 { font-size: 0.9em }
|
||||||
margin: 0 auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
/* background-color: #2D2D2D;*/
|
/* 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;
|
overflow: hidden;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue