Skip to content

Commit ea2fde2

Browse files
committed
Update index.html
1 parent e7cab71 commit ea2fde2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
/* layout — rh scales with viewport; sw follows proportionally */
7777
--rh: clamp(72px, 10.8vw, 108px);
7878
--sw: calc(var(--rh) * 4);
79+
--dot-cell: calc(var(--rh)/4);
7980

8081
/* aliases for legacy refs */
8182
--ink: var(--c-ink);
@@ -115,6 +116,14 @@
115116
padding: 0;
116117
min-height: calc(4 * var(--rh));
117118
}
119+
.top::before {
120+
content: '';
121+
position: absolute; inset: 0;
122+
background-image: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
123+
background-size: var(--dot-cell) var(--dot-cell);
124+
background-position: center;
125+
pointer-events: none;
126+
}
118127

119128
/* bottom half · transparent — shows root bg */
120129
.bot {

0 commit comments

Comments
 (0)