Skip to content

Commit 44bd4a3

Browse files
authored
Website Update
1 parent 9105d64 commit 44bd4a3

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

docs/assets/css/style.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ a {
12511251

12521252
.js .hero-home-image--reveal {
12531253
opacity: 0;
1254-
filter: brightness(3.8) contrast(1.92) saturate(0.78);
1254+
filter: brightness(1.62) saturate(0.82);
12551255
}
12561256

12571257
.js body.hero-ready .hero-shape-fill {
@@ -2631,20 +2631,28 @@ a {
26312631
transition: none !important;
26322632
}
26332633

2634-
.hero-image-wrap,
2635-
.hero-home-image--base {
2634+
.hero-image-wrap {
26362635
opacity: 1 !important;
26372636
filter: none !important;
26382637
animation: none !important;
26392638
transition: none !important;
26402639
transform: translate(-50%, -50%) scale(1) !important;
26412640
}
26422641

2642+
.hero-home-image--base {
2643+
opacity: 1 !important;
2644+
filter: none !important;
2645+
animation: none !important;
2646+
transition: none !important;
2647+
transform: none !important;
2648+
}
2649+
26432650
.hero-home-image--reveal {
26442651
opacity: 0 !important;
26452652
filter: none !important;
26462653
animation: none !important;
26472654
transition: none !important;
2655+
transform: none !important;
26482656
}
26492657

26502658
.hero-image-wrap::after {

0 commit comments

Comments
 (0)