UserCSS:背景色
customize - /customize/バックグラウンドの色を変える
scrapboxlab - /scrapboxlab/ページの背景色を変更するUserCSS
code:style.css
body {
background-color: #e0e0ff !important;
}
背景画像を設定する → UserCSS:背景画像
グラデーションをかける → UserCSS:背景色のグラデーション
UserScript:background-color
CSS:!important
CSS:background-color
背景色
HTML5:背景色
https://img.shields.io/badge/UserCSS-背景色-1572B6.svg?logo=css3&style=for-the-badge
UserCSS.icon