KameLayoutの使い方
settingsページのstyle.cssに以下のプログラムをコピペしてください code:style.css
@import "/api/code/kameLayout/settings/style.css";
マイページのscript.jsに以下のプログラムをコピペしてください
code:script.js
import "/api/code/kameLayout/kame/script.js";
settingsページのstyle.cssで@importした後追記してください code:style.css
@import "/api/code/kameLayout/settings/style.css";
.navbar-brand::before {content: '🐇';} /*左上のアイコンを変えてみる*/
/* ピン止め1番目の画像と名前を設定 */
}
:root{--bulletin-board: "This is Sample Text on 電光掲示板";}