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

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 { .header, .card, .modal-footer {
border-bottom-color: #5198cb; 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 { .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 { .navbar-light .navbar-nav .nav-link {
padding: 3px 8px; padding: 3px 8px;
color: #337ab7; color: rgba(51, 122, 183, 0.9);
transition: color .3s linear; transition: color .3s linear;
} }
@ -33,7 +35,8 @@
} }
.card { .card {
border: 1px solid #5198cb; border-width: 1px;
border-style: solid;
} }
.card-header, .modal-header { .card-header, .modal-header {
@ -51,6 +54,16 @@
text-shadow: none; text-shadow: none;
} }
.modal-footer { .navbar {
border-top-color: #5198cb; 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 { .sidebar-open .site-footer {
display: flex; display: flex;
} }
.breadcrumb {
border-color: #ddd;
}
} }

View File

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