finetuning :)
This commit is contained in:
parent
b36a8b44ad
commit
07b78ca8ae
1 changed files with 3 additions and 3 deletions
|
@ -142,9 +142,9 @@ h6 { font-size: 0.9em }
|
|||
margin: 0 auto 0 auto;
|
||||
padding: 5px;
|
||||
/* background-color: #2D2D2D;*/
|
||||
background-color: rgba(45, 45, 45, 0.6);
|
||||
-webkit-backdrop-filter: blur(20px);
|
||||
backdrop-filter: blur(20px);
|
||||
background-color: rgba(45, 45, 45, 0.75);
|
||||
-webkit-backdrop-filter: blur(16px);
|
||||
backdrop-filter: blur(16px);
|
||||
box-shadow: 3px 3px 20px black;
|
||||
overflow: hidden;
|
||||
border-radius: 15px;
|
||||
|
|
Loading…
Reference in a new issue