/* Hide “Syllabus” in course navigation everywhere */
#section-tabs li.section a[href$="/assignments/syllabus"],
.ic-app-course-menu a[href$="/assignments/syllabus"] {
  display: none !important;
}