diff --git a/public/images/bg/ticker_bg.gif b/public/images/bg/ticker_bg.gif new file mode 100644 index 000000000..982e28e53 Binary files /dev/null and b/public/images/bg/ticker_bg.gif differ diff --git a/src/pages/Home/Banner/index.module.scss b/src/pages/Home/Banner/index.module.scss index 09001d253..667207f52 100644 --- a/src/pages/Home/Banner/index.module.scss +++ b/src/pages/Home/Banner/index.module.scss @@ -133,6 +133,12 @@ $backgroundColor: #232323; mix-blend-mode: difference; line-height: 1.2; font-size: 50px; + outline: none; + background: url('/images/bg/ticker_bg.gif'); + background-size: cover; + background-position: center center; + background-clip: text; + color: transparent; .ticker { display: flex;