Skip to content

Commit 9f18121

Browse files
committed
fix(ui): force transparent hero background
1 parent 06069df commit 9f18121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/home/HomeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727

2828
<style scoped>
2929
.light-style .landing-hero {
30-
/* background: linear-gradient(338.18deg, #fafaff 0%, #ececec 94.44%); */
30+
background: transparent !important;
3131
}
3232
.landing-hero .hero-animation-img {
3333
margin-bottom: -24rem;

0 commit comments

Comments
 (0)