patx/afterdarklabs

add more hero glow

Commit c57992d · patx · 2026-07-08T17:16:22-04:00

Changeset
c57992d5b47855bc6bc38b750f7a6b56ad305c6c
Parents
3189be009fa15655a81410b86f93e2b766fd33dc

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/index.html b/docs/index.html
index 0025448..8103fd3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -65,6 +65,17 @@
             white-space: nowrap;
         }
 
+        .neon-text::before {
+            content: "";
+            position: absolute;
+            inset: -0.24em -0.42em -0.18em;
+            background: radial-gradient(ellipse at 50% 58%, rgba(204,255,0,0.38), rgba(204,255,0,0.16) 42%, transparent 74%);
+            filter: blur(0.18em);
+            opacity: 0.9;
+            pointer-events: none;
+            z-index: -2;
+        }
+
         .neon-letter,
         .neon-gap {
             position: relative;
@@ -81,7 +92,8 @@
             filter:
                 drop-shadow(0 0 0.012em rgba(235,255,120,0.54))
                 drop-shadow(0 0 0.045em rgba(204,255,0,0.72))
-                drop-shadow(0 0 0.105em rgba(204,255,0,0.26));
+                drop-shadow(0 0 0.105em rgba(204,255,0,0.28))
+                drop-shadow(0 0 0.24em rgba(204,255,0,0.16));
             text-shadow:
                 0 0 0.026em rgba(235,255,120,0.38),
                 0 0 0.095em rgba(204,255,0,0.42);
@@ -130,7 +142,8 @@
                 filter:
                     drop-shadow(0 0 0.012em rgba(235,255,120,0.54))
                     drop-shadow(0 0 0.045em rgba(204,255,0,0.72))
-                    drop-shadow(0 0 0.105em rgba(204,255,0,0.26));
+                    drop-shadow(0 0 0.105em rgba(204,255,0,0.28))
+                    drop-shadow(0 0 0.24em rgba(204,255,0,0.16));
             }
             5%, 37.8% {
                 opacity: 0.08;