@@ -234,25 +234,25 @@ async function openRelease() {
234234}
235235
236236.markdown-content :deep(.changelog-important ) {
237- margin : 0 0 1.5 rem ;
238- padding : 1 rem 1.25 rem ;
239- border : 2 px solid rgb (220 38 38 );
240- border-radius : 1 rem ;
237+ margin : 0 0 0.875 rem ;
238+ padding : 0.6 rem 0.75 rem ;
239+ border : 1.5 px solid rgb (220 38 38 );
240+ border-radius : 0.625 rem ;
241241 background : linear-gradient (135deg , rgb (254 242 242 ), rgb (255 247 237 ));
242- box-shadow : 0 12 px 30 px -20 px rgb (220 38 38 / 0.65 );
242+ box-shadow : 0 6 px 14 px -16 px rgb (220 38 38 / 0.38 );
243243}
244244
245245:root .dark .markdown-content :deep(.changelog-important ) {
246246 border-color : rgb (248 113 113 );
247247 background : linear-gradient (135deg , rgb (69 10 10 ), rgb (67 20 7 ));
248- box-shadow : 0 14 px 34 px -22 px rgb (248 113 113 / 0.7 );
248+ box-shadow : 0 8 px 18 px -18 px rgb (248 113 113 / 0.42 );
249249}
250250
251251.markdown-content :deep(.changelog-important-label ) {
252- margin : 0 0 0.6 rem ;
253- font-size : 0.8 rem ;
252+ margin : 0 0 0.28 rem ;
253+ font-size : 0.62 rem ;
254254 font-weight : 800 ;
255- letter-spacing : 0.14 em ;
255+ letter-spacing : 0.08 em ;
256256 text-transform : uppercase ;
257257 color : rgb (185 28 28 );
258258}
@@ -262,9 +262,9 @@ async function openRelease() {
262262}
263263
264264.markdown-content :deep(.changelog-important-title ) {
265- margin : 0 0 0.6 rem ;
266- font-size : 1.7 rem ;
267- line-height : 1.15 ;
265+ margin : 0 0 0.28 rem ;
266+ font-size : 1.08 rem ;
267+ line-height : 1.18 ;
268268 font-weight : 800 ;
269269 color : rgb (127 29 29 );
270270}
@@ -275,8 +275,8 @@ async function openRelease() {
275275
276276.markdown-content :deep(.changelog-important-body ) {
277277 margin : 0 ;
278- font-size : 1 rem ;
279- line-height : 1.6 ;
278+ font-size : 0.82 rem ;
279+ line-height : 1.4 ;
280280 font-weight : 600 ;
281281 color : rgb (153 27 27 );
282282}
0 commit comments