generated at
setting:ハッシュタグをオシャレに
style.css
/* #で始まるタグをラベル風にする */ a[type="hashTag"]{ display: inline-block; padding: 0px 2px; margin: 0 0px 0px 0; background: #fff; color: mediumaquamarine; font-size: 0.8em; border: 1px solid mediumaquamarine; border-radius: 3px; transition: .3s; -webkit-transform: scale(1); transform: scale(1); } a[type="hashTag"]::before { font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free", "FontAwesome"; text-decoration: none !important; content: '\f02b'; } a[type="hashTag"]:hover{ -webkit-transform: scale(1.1); transform: scale(1.1); }