Skip to content

Commit 6daaf4c

Browse files
committed
docs: remove hero terminal glow pseudo-element
The ::before with inset: -50px created a visible rectangular artifact behind the hero terminal block.
1 parent 9ccf946 commit 6daaf4c

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

docs/index.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -253,22 +253,6 @@
253253
position: relative;
254254
}
255255

256-
.hero-terminal-wrap::before {
257-
content: '';
258-
position: absolute;
259-
inset: -50px;
260-
background:
261-
radial-gradient(ellipse at 50% 40%, rgba(61,142,248,.22) 0%, transparent 55%),
262-
radial-gradient(ellipse at 20% 80%, rgba(34,211,238,.1) 0%, transparent 45%);
263-
pointer-events: none;
264-
z-index: -1;
265-
animation: hero-glow 6s ease-in-out infinite alternate;
266-
}
267-
268-
@keyframes hero-glow {
269-
0% { opacity: .8; }
270-
100% { opacity: 1; }
271-
}
272256

273257
.terminal {
274258
background: var(--bg-code);

0 commit comments

Comments
 (0)