I thought I was on the right track with changing changing the breadcrumb font size color by using:
doc-layout-breadcrumbs .breadcrumbs {
font-size: 14px;
color: black;
}
This successfully changes the font size, but it keeps that font color white (I’m guessing because it is a link?). Has anyone been able to successfully change the color of the font on the breadcrumb with CSS?