vendor/assets/stylesheets/spectre/_breadcrumbs.scss in spectre_scss-0.5.3.0 vs vendor/assets/stylesheets/spectre/_breadcrumbs.scss in spectre_scss-0.5.4.0
- old
+ new
@@ -18,10 +18,10 @@
}
}
&:not(:first-child) {
&::before {
- color: $gray-color-light;
+ color: $gray-color-dark;
content: "/";
padding-right: $unit-2;
}
}
}