body { background: black; color: white; } .graybg { background: gray; color: yellow; } .no-border { border: 0; box-shadow: none; /* You may want to include this as bootstrap applies these styles too */ }