fix(sync-ui): remove background gradient overlays

- Simplify body background to flat --ctp-base color, dropping the radial gradients
This commit is contained in:
2026-07-12 23:22:44 -07:00
parent 32d0c79edd
commit 8ae77b296d
+1 -4
View File
@@ -65,10 +65,7 @@ body {
height: 100%;
margin: 0;
overflow: hidden;
background:
radial-gradient(1200px 480px at 85% -10%, rgba(138, 173, 244, 0.09), transparent 60%),
radial-gradient(900px 420px at -10% 110%, rgba(198, 160, 246, 0.07), transparent 55%),
var(--ctp-base);
background: var(--ctp-base);
color: var(--text);
font-family:
'M PLUS 1', 'Avenir Next', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;