@@ -253,19 +253,27 @@ body.article-page .single-axis-article .article-continuation-nav .article-step.d
253253
254254body .article-page .single-axis-article .article-related-section .side-column {
255255 animation-duration : 560ms ;
256- background : transparent !important ;
257- border : 0 !important ;
258- border-radius : 0 !important ;
259- border-top : 1px solid var (--line-strong ) !important ;
260- box-shadow : none !important ;
256+ background :
257+ linear-gradient (155deg , rgba (255 , 249 , 235 , 0.055 ), transparent 42% ),
258+ rgba (7 , 10 , 10 , 0.78 ) !important ;
259+ border : 1px solid rgba (233 , 229 , 216 , 0.16 ) !important ;
260+ border-radius : 18px !important ;
261+ border-top-color : rgba (212 , 180 , 118 , 0.58 ) !important ;
262+ box-shadow : 0 22px 64px rgba (0 , 0 , 0 , 0.28 ) !important ;
261263 margin-top : 28px !important ;
262- padding : 44 px 0 0 !important ;
264+ padding : 34 px clamp ( 22 px , 4 vw , 38 px ) 8 px !important ;
263265 position : static !important ;
264266 width : 100% !important ;
265267 backdrop-filter : none !important ;
266268 -webkit-backdrop-filter : none !important ;
267269}
268270
271+ @media (prefers-reduced-transparency : reduce) {
272+ body .article-page .single-axis-article .article-related-section .side-column {
273+ background : # 0c0f0e !important ;
274+ }
275+ }
276+
269277body .article-page .single-axis-article .article-related-section .side-title {
270278 border : 0 !important ;
271279 color : var (--ink ) !important ;
@@ -443,7 +451,7 @@ body.article-page .single-axis-article .article-related-section .more-btn:focus-
443451
444452 body .article-page .single-axis-article .article-related-section .side-column {
445453 margin-top : 22px !important ;
446- padding-top : 34 px !important ;
454+ padding : 28 px 20 px 6 px !important ;
447455 }
448456
449457 body .article-page .single-axis-article .article-related-section .side-title {
0 commit comments