style: dial down header rails — 1px with subtle glow
User feedback: rails were too prominent. Reduced vertical + top rails to 1px with 55% green and a 2px soft glow (was 2px solid + 8px glow).
This commit is contained in:
@@ -1557,9 +1557,9 @@ h1, h2, h3 {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 2px;
|
width: 1px;
|
||||||
background: #00ff9f;
|
background: rgba(0, 255, 159, 0.55);
|
||||||
box-shadow: 0 0 8px rgba(0, 255, 159, 0.7);
|
box-shadow: 0 0 2px rgba(0, 255, 159, 0.25);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
/* Must beat the sticky main-nav (z-50) and ticker sub-bars so the line
|
/* Must beat the sticky main-nav (z-50) and ticker sub-bars so the line
|
||||||
paints across every sub-bar background, not behind them. */
|
paints across every sub-bar background, not behind them. */
|
||||||
@@ -1574,9 +1574,9 @@ h1, h2, h3 {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: max(12px, calc((100% - 1200px) / 2 + 12px));
|
left: max(12px, calc((100% - 1200px) / 2 + 12px));
|
||||||
right: max(12px, calc((100% - 1200px) / 2 + 12px));
|
right: max(12px, calc((100% - 1200px) / 2 + 12px));
|
||||||
height: 2px;
|
height: 1px;
|
||||||
background: #00ff9f;
|
background: rgba(0, 255, 159, 0.55);
|
||||||
box-shadow: 0 0 8px rgba(0, 255, 159, 0.7);
|
box-shadow: 0 0 2px rgba(0, 255, 159, 0.25);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 61;
|
z-index: 61;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user