Skip to content

Commit c8dcb07

Browse files
authored
Website Update
1 parent 325dbc8 commit c8dcb07

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/assets/css/style.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ a {
13341334
}
13351335

13361336
.js .hero-image-gradient {
1337-
opacity: 0;
1337+
opacity: var(--home-image-base-layer-opacity);
13381338
}
13391339

13401340
.js body.hero-ready .hero-shape-fill {
@@ -1370,9 +1370,6 @@ a {
13701370
.js body.hero-ready .hero-home-image--base {
13711371
animation: hero-image-base-reveal 2480ms cubic-bezier(0.18, 0.9, 0.22, 1) 120ms forwards;
13721372
}
1373-
.js body.hero-ready .hero-image-gradient {
1374-
animation: hero-image-base-reveal 2480ms cubic-bezier(0.18, 0.9, 0.22, 1) 120ms forwards;
1375-
}
13761373

13771374
@keyframes hero-mask-reveal {
13781375
0% {

0 commit comments

Comments
 (0)