Remove homepage hero glow

05ac6988e346 · AtlantisPleb · · parent d6564655e939

Remove homepage hero glow

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

pushed
by user · WAL seq 463 · 2026-08-26T19:52:10.474798Z
built
4 modules in 138.2 s
deployed
live · 4 modules on 3 nodes · push→live —
deployed
needs_rolling_replace · 4 modules on 0 nodes · push→live —

Changed files

  • modified assets/css/openagents.css
  • modified lib/openagents_web/components/landing.ex

Diff

2 files changed, +0 -17

assets/css/openagents.css modified -12

@@ -5142,18 +5142,6 @@

5142 5142
}
5143 5143
5144 5144
@layer components {
5145
  /* The hero's own light, behind the words rather than behind a figure. Placed
5146
     under the lede and pushed back, so it lifts the headline without washing
5147
     it: the text sits above it at z-index 1 through `.landing-section__inner`. */
5148
  .hero__glow {
5149
    top: 38%;
5150
    z-index: 0;
5151
    /* A quarter. At full it lit the headline from behind hard enough to read as
5152
       a light source in the page rather than depth behind it; at half it was
5153
       still brighter than the words in front of it. */
5154
    --glow-scale: 0.125;
5155
  }
5156
5157 5145
  /* Two edges of one line. The copyright says who owns this and the note says
5158 5146
     how it is licensed; centring them together reads as one run-on sentence. */
5159 5147
  .landing-footer__bar {
lib/openagents_web/components/landing.ex modified -5

@@ -150,11 +150,6 @@ defmodule OpenAgentsWeb.UI.Landing do

150 150
  def hero(assigns) do
151 151
    ~H"""
152 152
    <.section class={["hero", @class]} rule={@rule}>
153
      <%!-- The lede's own light. This used to live inside the figure block, so
154
      commenting the figure out took the glow with it and left the headline
155
      sitting on flat ink. It belongs to the words. --%>
156
      <.glow variant={:center} class="hero__glow appear-zoom appear--delay-2" />
157
158 153
      <div class="hero__lede">
159 154
        <div :if={@eyebrow != []} class="hero__eyebrow appear">{render_slot(@eyebrow)}</div>
160 155
        <h1 class="hero__title appear">

This page updates live while a promote is in flight · changelog