settings
基本設定
外部リンクにアイコンつける
thanks: /scrasobox/settings,/villagepump/settings#60e317ae0684840000f45144
code:style.css
/* 外部リンクにiconをつける */
.line span:not(.modal-image):not(.pointing-device-map) > a.link:not(.icon)::after {
/* font-family:'FontAwesome'; */
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: ' \f35d';
display: inline-block;
}
その他設定
フッター
自身のプロフ画像を左下に置く
thanks!: /himazine/settings#5d75ec694f825300004311c9
/nwtgck/settings#5dab236bd08a040000808e1a
後ろに /thumb/30#.でサイズ調整
code:style.css
.app:not(.presentation) .page::after {
content: url("https://i.gyazo.com/e58befe79647e161fa43fa359be52b14/thumb/30#.jpg");
display: block;
text-align: right;
}