Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
残り火のアプリには常にテキストのハイライト色またはピンクがあることに気づきました。私にとっては、ブラウザやOS間で発生しているようです。これまたは設定を簡単に変更する正当な理由はありますか?
例えば
HTML5 ボイラープレートはデフォルトでこれを行います...おそらくそれを使用していますか?
いずれにせよ、css で変更するのは簡単です。
::-moz-selection { background: #anycolour; } ::selection { background: #anycolour; }