tweaks to bg
This commit is contained in:
parent
ea6f11dfca
commit
952e632e49
1 changed files with 5 additions and 9 deletions
|
@ -179,19 +179,13 @@ input[type="text"], input[type="number"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 200%;
|
width: 200%;
|
||||||
background: var(--artwork);
|
background: var(--artwork);
|
||||||
z-index: -1;
|
filter: brightness(200%) blur(180px) saturate(280%) contrast(2);
|
||||||
//object-fit: cover;
|
|
||||||
//object-position: center;
|
|
||||||
/* filter: blur(60px) saturate(180%);
|
|
||||||
opacity: 0.70; */
|
|
||||||
filter: blur(180px) saturate(280%);
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity .25s var(--appleEase);
|
transition: opacity 0.25s var(--appleEase);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
transform: translateZ(0px);
|
transform: translateZ(0px);
|
||||||
animation: rotateBg 35s linear infinite;
|
animation: rotateBg 35s linear infinite;
|
||||||
backface-visibility: hidden
|
backface-visibility: hidden;
|
||||||
//display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes rotateBg {
|
@keyframes rotateBg {
|
||||||
|
@ -211,6 +205,8 @@ input[type="text"], input[type="number"] {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
transform: translateZ(0px);
|
||||||
|
z-index: -1;
|
||||||
|
|
||||||
.bg-artwork.a {
|
.bg-artwork.a {
|
||||||
top:0;
|
top:0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue