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.
Bootstrap 3のナビゲーション バーの色をデフォルトの灰色から #5e00ffに変更したいと考えています。Bootstrap のカスタマイズ セクションはまだ利用できません。手動で行うには?
CSS で、これを追加します。
.navbar { background-color: #5e00ff; }
それが役立つことを願っています。