Skip to content

Commit 740c836

Browse files
committed
nits
1 parent a371e83 commit 740c836

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

styles/php85.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,8 @@ body:where(.dark,.dark *) {
773773
margin-bottom: calc(var(--spacing) * 4);
774774
width: calc(var(--spacing) * 7);
775775
height: calc(var(--spacing) * 7);
776-
color: #6b58ff
776+
color: #6b58ff;
777+
display: block;
777778
}
778779

779780
.features-col svg:where(.dark,.dark *) {

styles/theme-base.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,6 +1416,7 @@ td {
14161416
}
14171417

14181418
.news__item {
1419+
font-family: var(--font-sans);
14191420
display: flex;
14201421
flex-direction: row;
14211422
justify-content: space-between;
@@ -1433,6 +1434,9 @@ td {
14331434
}
14341435

14351436
.news__content {
1437+
font-size: var(--text-lg);
1438+
line-height: var(--tw-leading, var(--text-lg--line-height));
1439+
color: var(--color-gray-600);
14361440
}
14371441

14381442
.news__date {
@@ -1448,12 +1452,12 @@ td {
14481452
#layout-content .news__title a,
14491453
#layout-content .news__title a:link,
14501454
#layout-content .news__title a:visited {
1451-
color: var(--color-gray-900);
1452-
font-weight: var(--font-weight-medium);
1453-
font-size: var(--text-2xl);
1454-
line-height: calc(var(--spacing) * 6);
1455+
color: var(--color-gray-800);
1456+
font-weight: var(--font-weight-bold);
14551457
text-decoration: none;
14561458
border: 0;
1459+
font-size: var(--text-3xl);
1460+
line-height: var(--tw-leading, var(--text-3xl--line-height));
14571461
}
14581462

14591463
.news__text {

0 commit comments

Comments
 (0)