@@ -1422,11 +1422,6 @@ td {
14221422}
14231423
14241424.news__item {
1425- font-family : var (--font-sans );
1426- display : flex;
1427- flex-direction : row;
1428- justify-content : space-between;
1429- gap : calc (var (--spacing ) * 10 );
14301425 padding-bottom : calc (calc (var (--spacing ) * 10 ) * calc (1 - var (--tw-space-y-reverse )));
14311426 margin-block-start : calc (calc (var (--spacing ) * 10 ) * var (--tw-space-y-reverse ));
14321427 margin-block-end : calc (calc (var (--spacing ) * 10 ) * calc (1 - var (--tw-space-y-reverse )));
@@ -1435,18 +1430,33 @@ td {
14351430 border-style : solid;
14361431}
14371432
1433+ .news__heading {
1434+ display : flex;
1435+ flex-direction : row;
1436+ justify-content : space-between;
1437+ align-items : flex-end;
1438+ gap : calc (var (--spacing ) * 10 );
1439+ border-bottom : 1px dotted;
1440+ padding-bottom : calc (var (--spacing ) * 3 );
1441+ margin-bottom : calc (var (--spacing ) * 3 );
1442+ }
1443+
14381444.news__item : last-child {
14391445 border-width : 0 ;
14401446}
14411447
14421448.news__content {
1449+ display : flex;
1450+ flex-direction : row;
1451+ justify-content : space-between;
1452+ gap : calc (var (--spacing ) * 10 );
14431453 font-size : var (--text-lg );
14441454 line-height : var (--tw-leading , var (--text-lg--line-height ));
14451455 color : var (--color-gray-600 );
14461456}
14471457
14481458.news__date {
1449- color : var (--color-gray-600 );
1459+ color : var (--content-text-color );
14501460 font-size : var (--text-base );
14511461 line-height : var (--tw-leading , var (--text-base--line-height ));
14521462}
@@ -1458,19 +1468,18 @@ td {
14581468# layout-content .news__title a ,
14591469# layout-content .news__title a : link ,
14601470# layout-content .news__title a : visited {
1461- color : var ( --color-gray-800 ) ;
1462- font-weight : var (--font-weight-bold );
1471+ color : # 369 ;
1472+ font-weight : var (--font-weight-medium );
14631473 text-decoration : none;
14641474 border : 0 ;
1465- font-size : var (--text-3xl );
1475+ font-size : var (--text-xl );
14661476 line-height : var (--tw-leading , var (--text-3xl--line-height ));
14671477}
14681478
14691479.news__text {
1470- color : var (--color-gray-600 );
1480+ color : var (--content-text-color );
14711481 font-size : var (--text-base );
14721482 line-height : calc (var (--spacing ) * 6 );
1473- margin-top : calc (var (--spacing ) * 5 );
14741483}
14751484
14761485.news__image {
0 commit comments