UI_SequentMicrosystems-RPI/wwwroot/css/Custom.css

24 lines
246 B
CSS
Raw Normal View History

2023-12-16 07:59:53 +00:00
body {
background: black;
color: white;
}
2023-12-17 17:09:39 +00:00
.c-bg-black {
background: black;
color: white;
}
2023-12-16 07:59:53 +00:00
.no-border {
border: 0;
box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}
2023-12-16 07:59:53 +00:00