You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iot/projects/WebMVC/wwwroot/css/site.css

16 lines
294 B

.main-header.navbar {
background-color: #343a40;
}
.navbar-nav .nav-link {
color: #fff !important;
border-radius: 4px;
}
.navbar-nav .nav-link.active {
color: #fff !important;
background-color: #007bff;
}
.nav-treeview .nav-item{
padding-left:2em;
}