UI_SequentMicrosystems-RPI/wwwroot/css/Custom.css

24 lines
246 B
CSS

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