更新样式:微调蓝色样式下的菜单颜色

This commit is contained in:
Argo-MacBookPro 2018-09-23 13:20:21 +08:00
parent 9c90eda702
commit c3b3d81d94
3 changed files with 25 additions and 8 deletions

View File

@ -1,14 +1,16 @@
.header {
border-bottom-color: #5198cb;
.header, .card, .modal-footer {
border-color: #5198cb;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
color: #007bff;
color: rgb(51, 122, 183);
}
.navbar-light .navbar-nav .nav-link {
padding: 3px 8px;
color: #337ab7;
color: rgba(51, 122, 183, 0.9);
transition: color .3s linear;
}
@ -33,7 +35,8 @@
}
.card {
border: 1px solid #5198cb;
border-width: 1px;
border-style: solid;
}
.card-header, .modal-header {
@ -51,6 +54,16 @@
text-shadow: none;
}
.modal-footer {
border-top-color: #5198cb;
.navbar {
padding-bottom: 0;
}
.nav-item.active {
border-bottom: solid 1px #307eb6;
}
@media (min-width: 768px) {
.breadcrumb {
border-color: rgba(81, 152, 203, 0.8)
}
}

View File

@ -42,4 +42,8 @@
.sidebar-open .site-footer {
display: flex;
}
.breadcrumb {
border-color: #ddd;
}
}

View File

@ -367,7 +367,7 @@ a, a:hover, a:focus {
/*notify bar*/
.breadcrumb {
border-top: solid 1px #ddd;
border-top: solid 1px #fff;
background-color: transparent;
border-radius: 0;
padding: 8px 10px;