@import 'bootstrap4.5.2.min'; @import 'navbar'; .dropdown-item.active, .dropdown-item:active { background-color: #aaaaaa; } .btn-secondary { background-color: rgb(180, 180, 180); &:hover { background-color: rgb(192, 192, 192); } } .btn-primary { background-color: #6c757d; border-bottom-color: black; &:hover { background-color: #222222; } } /* specific for markup handling */ /* centering on home page */ .home h1 { text-align: center;}