diff --git a/resources/sass/core/_breadcrumbs.scss b/resources/sass/core/_breadcrumbs.scss index de6a8bdb6..452b5aa59 100644 --- a/resources/sass/core/_breadcrumbs.scss +++ b/resources/sass/core/_breadcrumbs.scss @@ -9,7 +9,7 @@ } } - &:last-of-type a { + &:last-child:not(:first-child) a { font-weight: bold; } }