fine tuning

This commit is contained in:
DeltaLima 2023-07-01 01:03:48 +02:00
parent 36f53dc3ad
commit ca9f55f176

View file

@ -139,7 +139,7 @@ h6 { font-size: 0.9em }
text-align: left;
width: 72% !important;
width: 72%; /* fix for I.E. */
margin: 0 auto 0 auto;
margin: 0 auto 20px auto;
padding: 5px;
/* background-color: #2D2D2D;*/
@ -148,10 +148,10 @@ h6 { font-size: 0.9em }
transform: translate3d(0,0,0);
/* TESTING HARDWARE ACCEL */
background-color: rgba(45, 45, 45, 0.65);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
box-shadow: 3px 3px 20px black;
background-color: rgba(36, 36, 36, 0.55);
/* -webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);*/
box-shadow: 3px 3px 15px rgba(0,0,0,0.85);
overflow: hidden;
border-radius: 15px;
}