diff --git a/tildes/scss/themes/_theme_base.scss b/tildes/scss/themes/_theme_base.scss index 94208d8..a384e8f 100644 --- a/tildes/scss/themes/_theme_base.scss +++ b/tildes/scss/themes/_theme_base.scss @@ -112,6 +112,28 @@ } } + .breadcrumb .breadcrumb-item { + color: map-get($theme, "foreground-secondary"); + + &:not(:last-child) { + a { + color: map-get($theme, "foreground-secondary"); + } + } + + &:not(:first-child) { + &::before { + color: map-get($theme, "foreground-secondary"); + } + } + + &:last-child { + a { + color: map-get($theme, "link"); + } + } + } + .btn { color: map-get($theme, "button"); background-color: transparent;