From c637c0f9995a2ee31c4ff78202d5d8db74f902b5 Mon Sep 17 00:00:00 2001 From: kevinBell Date: Mon, 27 Jul 2026 14:10:51 -0600 Subject: [PATCH] fixed webpage flicker --- dashboard/styles.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dashboard/styles.css b/dashboard/styles.css index b2f1b76..e1dfc68 100644 --- a/dashboard/styles.css +++ b/dashboard/styles.css @@ -48,9 +48,7 @@ body { margin: 0; overflow-x: clip; color: var(--ink-950); - background: - radial-gradient(circle at 7% 2%, rgb(231 216 185 / 35%), transparent 30rem), - var(--paper); + background: var(--paper); font-family: var(--font-sans); font-size: 1rem; line-height: 1.55;