Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
web: change breader font-weight (#22953)
Browse files Browse the repository at this point in the history
  • Loading branch information
valerybugakov authored Jul 19, 2021
1 parent ea4f259 commit a2cc571
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,9 @@ $path-icon-size: (22em / 26);
}

.divider {
--divider-color: var(--text-muted);
margin-right: 0.5rem;

:global(.theme-redesign) & {
--divider-color: var(--icon-color);
}

color: var(--divider-color);
color: var(--icon-color);
font-weight: 400;
}

.path {
Expand Down

0 comments on commit a2cc571

Please sign in to comment.