〈Pro〉[CSS][Lightning]⑨新着投稿のデザイン変更◯
*[アプローチ]
.wp-block-latest-posts li {
position: relative;
display: flex;
align-items: center; counter-increment: post-counter;
border-bottom: 0;
}
.wp-block-latest-posts li::before {
content: counter(post-counter);
color: #1e89bf;
font-size: 0.5rem;
position: absolute;
padding: 0px 0px 45px 3.5px; }
[+]Bookmarks