検索アイコンをクオリアさんに変更するUserCSS
https://gyazo.com/6169936d2058f5c388754f37d36bce44
検索アイコンをクオリアさんにする
code: style.css
.btn-search svg {
display: none !important;
}
.btn-search {
background-image: url("
https://i.gyazo.com/cb772b56d5a6a489141cebaf611b8623.png")
!important;
background-size: 100% !important;
}
今のところ
!important
は必須
元ネタは
/mamechishiki/settings
UserCSS.icon
#UserCSS
#クオリアさん