Skip to content

Commit 50b4101

Browse files
committed
Sorting Color Issue with Meta in 2021 Theme
1 parent d9534e1 commit 50b4101

2 files changed

Lines changed: 0 additions & 29 deletions

File tree

src/wp-content/themes/twentytwentyone/assets/css/style-editor.css

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,23 +1202,6 @@ h6,
12021202
margin-bottom: calc(0.333 * var(--global--spacing-vertical));
12031203
}
12041204

1205-
.wp-block-latest-posts .wp-block-latest-posts__post-author {
1206-
color: var(--global--color-primary);
1207-
font-size: var(--global--font-size-md);
1208-
line-height: var(--global--line-height-body);
1209-
}
1210-
1211-
.wp-block-latest-posts .wp-block-latest-posts__post-date {
1212-
color: var(--global--color-primary);
1213-
font-size: var(--global--font-size-xs);
1214-
line-height: var(--global--line-height-body);
1215-
}
1216-
1217-
[class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date,
1218-
.has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
1219-
color: currentColor;
1220-
}
1221-
12221205
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
12231206
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
12241207
font-family: var(--latest-posts--description-font-family);

src/wp-content/themes/twentytwentyone/style.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,18 +2445,6 @@ h6,
24452445
margin-bottom: 0;
24462446
}
24472447

2448-
.wp-block-latest-posts .wp-block-latest-posts__post-author {
2449-
color: var(--global--color-primary);
2450-
font-size: var(--global--font-size-md);
2451-
line-height: var(--global--line-height-body);
2452-
}
2453-
2454-
.wp-block-latest-posts .wp-block-latest-posts__post-date {
2455-
color: var(--global--color-primary);
2456-
font-size: var(--global--font-size-xs);
2457-
line-height: var(--global--line-height-body);
2458-
}
2459-
24602448
[class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date,
24612449
.has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
24622450
color: currentColor;

0 commit comments

Comments
 (0)