The ribbon brightens and grows a hair
Full-strength marigold instead of muted brass, and the rise goes to a quarter of the token's width. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015RCWSTnb1KYTPyL4GmhGnF
This commit is contained in:
co-authored by
Claude Fable 5
parent
a254e46c5e
commit
770e79d063
@@ -601,7 +601,7 @@
|
|||||||
{@const fyv = Math.sin(fa)}
|
{@const fyv = Math.sin(fa)}
|
||||||
{@const px = -fyv}
|
{@const px = -fyv}
|
||||||
{@const py = fxv}
|
{@const py = fxv}
|
||||||
{@const rise = fh * 0.4}
|
{@const rise = fh * 0.5}
|
||||||
<polygon
|
<polygon
|
||||||
points={`${fxv * fh + px * fh},${fyv * fh + py * fh} ${fxv * fh - px * fh},${fyv * fh - py * fh} ${fxv * (fh + rise)},${fyv * (fh + rise)}`}
|
points={`${fxv * fh + px * fh},${fyv * fh + py * fh} ${fxv * fh - px * fh},${fyv * fh - py * fh} ${fxv * (fh + rise)},${fyv * (fh + rise)}`}
|
||||||
class="pov-wedge"
|
class="pov-wedge"
|
||||||
@@ -785,10 +785,9 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.pov-wedge {
|
.pov-wedge {
|
||||||
fill: #c9a72a;
|
fill: #ffd23e;
|
||||||
stroke: #43331f;
|
stroke: #43331f;
|
||||||
stroke-width: 1.2;
|
stroke-width: 1.2;
|
||||||
opacity: 0.95;
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.peekable { cursor: pointer; pointer-events: all; }
|
.peekable { cursor: pointer; pointer-events: all; }
|
||||||
|
|||||||
Reference in New Issue
Block a user