バックグラウンドの色を変える
超基本だろうけど一応書いておく 増井俊之.icon
code:style.css
body {
background-color: #e0e0ff !important;
}
#バックグラウンド #色
UserCSS.icon