koblog/bl-kernel/admin/themes/booty/css/99-lightmode.css

17 lines
224 B
CSS
Raw Normal View History

a {
color: #555;
}
a.nav-link {
color: #555;
}
.form-control:focus,
.form-select:focus {
border-color: #999999;
}
.btn-primary-disabled {
background-color: #4792ff !important;
border-color: #4792ff !important;
}