// // Sidebar // - Project Specific // - Make sidebar edits here // -------------------------------------------------- .sidebar { .sidebar-nav { // Links //---------------- li { a { font-family: $header-font-family; font-weight: 400; color: $black; svg{ path{ fill: $black; } } } } } }