Tweaked style for active nav-item

This commit is contained in:
billz 2019-10-24 22:45:51 +01:00
parent 4c72ae67ee
commit 10b894546c
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,7 @@ h5.card-title {
font-family: Verdana, Geneva, sans-serif; font-family: Verdana, Geneva, sans-serif;
} }
ul.nav-tabs, .nav-tabs .nav-link { ul.nav-tabs, .nav-tabs .nav-link {
background-color: #f6f6ef; background-color: #f6f6ef;
border-bottom: 1px solid #dddfeb; border-bottom: 1px solid #dddfeb;
@ -63,6 +64,10 @@ ul.nav-tabs, .nav-tabs .nav-link {
padding: 0.6rem; padding: 0.6rem;
} }
.sidebar-light .nav-item.active .nav-link {
font-weight: 300;
}
.page-header { .page-header {
font-size: 26pt; font-size: 26pt;
margin: 10px 0 20px; margin: 10px 0 20px;