mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-27 16:49:51 -07:00
fix(sync-ui): remove background gradient overlays
- Simplify body background to flat --ctp-base color, dropping the radial gradients
This commit is contained in:
@@ -65,10 +65,7 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background:
|
background: var(--ctp-base);
|
||||||
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);
|
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
font-family:
|
font-family:
|
||||||
'M PLUS 1', 'Avenir Next', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
|
'M PLUS 1', 'Avenir Next', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
|
||||||
|
|||||||
Reference in New Issue
Block a user