Skip to content

Instantly share code, notes, and snippets.

/* すべての標準画像を強制的に消す */
.controller, .controller svg, .controller .base {
background: none !important;
opacity: 0 !important;
}
/* あなたの画像を強制的に表示する */
.controller.xbox {
display: block !important;
opacity: 1 !important;