1717}
1818
1919.conf-hero {
20- background : linear-gradient (
20+ background :
21+ linear-gradient (
2122 360deg ,
2223 # 0e031c 10.63% ,
2324 # 0e031c 10.65% ,
@@ -228,7 +229,8 @@ div[id^="headlessui-menu-items"] {
228229}
229230
230231.code-page {
231- background : linear-gradient (
232+ background :
233+ linear-gradient (
232234 303.75deg ,
233235 rgba (124 , 124 , 124 , 0.2 ) 0.8% ,
234236 rgba (124 , 124 , 124 , 0 ) 74.17%
@@ -237,7 +239,8 @@ div[id^="headlessui-menu-items"] {
237239}
238240
239241.dark .code-page {
240- background : linear-gradient (
242+ background :
243+ linear-gradient (
241244 303.75deg ,
242245 rgba (124 , 124 , 124 , 0.2 ) 0.8% ,
243246 rgba (124 , 124 , 124 , 0 ) 74.17%
@@ -246,7 +249,8 @@ div[id^="headlessui-menu-items"] {
246249}
247250
248251.dark .blog-page {
249- background : linear-gradient (
252+ background :
253+ linear-gradient (
250254 250.93deg ,
251255 rgba (115 , 119 , 125 , 0.1 ),
252256 rgba (115 , 119 , 125 , 0 )
@@ -255,7 +259,8 @@ div[id^="headlessui-menu-items"] {
255259}
256260
257261.blog-page {
258- background : linear-gradient (
262+ background :
263+ linear-gradient (
259264 231.79deg ,
260265 rgba (225 , 0 , 152 , 0.4 ) -23.67% ,
261266 rgba (225 , 0 , 152 , 0 ) 25.9%
@@ -388,15 +393,17 @@ div[id^="headlessui-menu-items"] {
388393}
389394
390395.index-bg {
391- background : linear-gradient (
396+ background :
397+ linear-gradient (
392398 303.75deg ,
393399 rgba (124 , 124 , 124 , 0.2 ) 0.8% ,
394400 rgba (124 , 124 , 124 , 0 ) 74.17%
395401 ),
396402 linear-gradient (0deg , # f8f8f8, # f8f8f8 );
397403
398404 .dark & {
399- background : linear-gradient (0deg , # 111, # 111 ),
405+ background :
406+ linear-gradient (0deg , # 111, # 111 ),
400407 linear-gradient (
401408 303.75deg ,
402409 rgba (124 , 124 , 124 , 0.2 ) 0.8% ,
0 commit comments