UI_SequentMicrosystems-RPI/wwwroot/css/Custom.css

26 lines
244 B
CSS
Raw Normal View History

2023-12-16 07:59:53 +00:00
body {
background: black;
color: white;
}
.graybg {
background: gray;
color: yellow;
}
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