UserCSS:ページリストの見出しにFontAwesomeアイコンをつける
code:style.css
:root {
--main-color: DarkGray; /* 主調色 */
}
code:style.css
.grid li.page-list-item > ahref^="/suto3/" > .content > .header > .title::before { font-family: 'Font Awesome 5 Free';
font-weight: 900;
/*content: '\f096'; /* 四角 */
/*content: '\f0c8'; /* 四角 */
content: '\f15b'; /* ファイル */
font-size: 12px;
color: var(--main-color);
}
UserCSS.icon
https://img.shields.io/badge/UserCSS-ページリストの見出しにFontAwesomeアイコンをつける-1572B6.svg?logo=css3&style=for-the-badge