fixed webpage flicker

This commit is contained in:
Kevin Bell 2026-07-27 14:10:51 -06:00
parent 8bb76d8e6c
commit c637c0f999

View File

@ -48,9 +48,7 @@ body {
margin: 0; margin: 0;
overflow-x: clip; overflow-x: clip;
color: var(--ink-950); color: var(--ink-950);
background: background: var(--paper);
radial-gradient(circle at 7% 2%, rgb(231 216 185 / 35%), transparent 30rem),
var(--paper);
font-family: var(--font-sans); font-family: var(--font-sans);
font-size: 1rem; font-size: 1rem;
line-height: 1.55; line-height: 1.55;