Bold category title when on the category landing page

This commit is contained in:
mDuo13
2018-04-13 15:55:06 -07:00
parent 49b90fcf77
commit 13d6d937f2
2 changed files with 5 additions and 1 deletions

View File

@@ -544,6 +544,10 @@ th {
font-family: "open_sansregular", sans-serif;
color: #666;
}
#sidenav_accordion .panel-heading h5 .sidenav_cat_title.active {
color: #333;
font-weight: bold;
}
#sidenav_accordion .panel-heading .sidenav_cat_toggler {
position: absolute;