11: root {
2- --bg : # eef4fb ;
3- --panel : rgba (255 , 255 , 255 , 0.82 );
4- --panel-strong : rgba (255 , 255 , 255 , 0.96 );
2+ --bg : # e8f0fa ;
3+ --panel : rgba (250 , 252 , 255 , 0.84 );
4+ --panel-strong : rgba (252 , 254 , 255 , 0.97 );
55 --ink : # 132033 ;
66 --muted : # 58697f ;
77 --line : rgba (19 , 32 , 51 , 0.1 );
88 --accent : # 376dff ;
99 --accent-2 : # 15b89a ;
10+ --accent-3 : # 8e5cff ;
1011 --shadow : 0 24px 80px rgba (18 , 39 , 84 , 0.14 );
1112}
1213
@@ -16,12 +17,25 @@ body {
1617 margin : 0 ;
1718 color : var (--ink );
1819 background :
19- radial-gradient (circle at top left, rgba (55 , 109 , 255 , 0.14 ), transparent 18% ),
20- radial-gradient (circle at bottom right, rgba (21 , 184 , 154 , 0.14 ), transparent 18% ),
21- linear-gradient (180deg , # eef4fb 0% , # e8f0fa 100% );
20+ radial-gradient (circle at top left, rgba (55 , 109 , 255 , 0.16 ), transparent 20% ),
21+ radial-gradient (circle at 82% 18% , rgba (142 , 92 , 255 , 0.12 ), transparent 16% ),
22+ radial-gradient (circle at bottom right, rgba (21 , 184 , 154 , 0.16 ), transparent 20% ),
23+ linear-gradient (180deg , # edf4fc 0% , # dfe9f7 100% );
2224 font-family : "Syne" , system-ui, sans-serif;
2325}
2426
27+ body ::before {
28+ position : fixed;
29+ inset : 0 ;
30+ z-index : -1 ;
31+ background-image :
32+ linear-gradient (rgba (19 , 32 , 51 , 0.025 ) 1px , transparent 1px ),
33+ linear-gradient (90deg , rgba (19 , 32 , 51 , 0.025 ) 1px , transparent 1px );
34+ background-size : 54px 54px ;
35+ content : "" ;
36+ pointer-events : none;
37+ }
38+
2539a { color : inherit; text-decoration : none; }
2640pre , code { font-family : "Source Code Pro" , ui-monospace, monospace; }
2741
0 commit comments