Commit e1541134 authored by Chunchi Che's avatar Chunchi Che

update start style

parent c3331a50
Pipeline #23062 passed with stages
in 15 minutes and 2 seconds
......@@ -19,6 +19,7 @@
max-width: 100%;
max-height: 100%;
filter: drop-shadow(0 0 50px #ffffff7d) drop-shadow(0 10px 0.5rem #0a3c71ce);
z-index: -1;
}
.neos-logo {
filter: drop-shadow(0 0 2rem #ffffffbc);
......
......@@ -16,13 +16,13 @@ export const Component: React.FC = () => {
<>
<Background />
<div className={styles.wrap}>
{/* <div className={styles["particles-container"]}>
<div className={styles["particles-container"]}>
{Array.from({ length: 100 }).map((_, key) => (
<div key={key} className={styles["particle-container"]}>
<div className={styles["particle"]} />
</div>
))}
</div> */}
</div>
<main className={styles["main"]}>
<img
className={styles["neos-logo"]}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment