diff --git a/apps/client/src/widgets/layout/Breadcrumb.css b/apps/client/src/widgets/layout/Breadcrumb.css index fb6ef5842..d003c2dc4 100644 --- a/apps/client/src/widgets/layout/Breadcrumb.css +++ b/apps/client/src/widgets/layout/Breadcrumb.css @@ -15,6 +15,14 @@ color: var(--main-text-color); } + a.tn-link { + color: var(--custom-color, inherit); + + &:hover { + color: var(--custom-color, inherit); + } + } + > span, > span > span { display: flex; @@ -26,7 +34,6 @@ } a { - color: var(--custom-color, inherit); text-decoration: none; min-width: 0; max-width: 150px; @@ -63,7 +70,6 @@ a.breadcrumb-last-item, a.breadcrumb-last-item:visited { text-decoration: none; - color: var(--custom-color, currentColor); font-weight: 600; }